We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4638363 + ae95e35 commit 6e9c291Copy full SHA for 6e9c291
.github/workflows/pr-check.yml
@@ -21,7 +21,7 @@ jobs:
21
curl -sSL https://install.python-poetry.org | python3 -
22
echo "$HOME/.local/bin" >> $GITHUB_PATH
23
- name: Cache Poetry dependencies
24
- uses: actions/cache@v4
+ uses: actions/cache@v5
25
with:
26
path: |
27
~/.cache/pypoetry
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments