We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 347cecf + 57631b3 commit afcc0f5Copy full SHA for afcc0f5
.github/workflows/changelog_checker.yml
@@ -19,7 +19,7 @@ jobs:
19
ref: main
20
fetch-depth: 0
21
22
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
23
with:
24
path: ~/.cache/pypoetry/virtualenvs
25
key: poetry-${{ hashFiles('poetry.lock') }}
.github/workflows/find-missing-packages.yml
@@ -27,7 +27,7 @@ jobs:
27
28
token: ${{ secrets.CHECKOUT_TOKEN }}
29
30
31
32
33
0 commit comments