We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264afbf commit a6d8ec1Copy full SHA for a6d8ec1
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
with:
35
ref: ${{ inputs.ref || github.ref }}
36
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
37
38
python-version: ${{ matrix.python-version }}
39
- uses: actions/cache@v4
.github/workflows/update-dependencies.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
token: ${{ secrets.PUSH_TOKEN }}
14
15
16
- uses: abatilo/actions-poetry@v2.3.0
17
- run: poetry update --lock
0 commit comments