Skip to content

Commit 6e9c291

Browse files
authored
Merge pull request #86 from AvaCodeSolutions/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 4638363 + ae95e35 commit 6e9c291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
curl -sSL https://install.python-poetry.org | python3 -
2222
echo "$HOME/.local/bin" >> $GITHUB_PATH
2323
- name: Cache Poetry dependencies
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: |
2727
~/.cache/pypoetry
@@ -56,7 +56,7 @@ jobs:
5656
curl -sSL https://install.python-poetry.org | python3 -
5757
echo "$HOME/.local/bin" >> $GITHUB_PATH
5858
- name: Cache Poetry dependencies
59-
uses: actions/cache@v4
59+
uses: actions/cache@v5
6060
with:
6161
path: |
6262
~/.cache/pypoetry

0 commit comments

Comments
 (0)