Skip to content

Commit 57d536c

Browse files
Update actions/cache action to v5
1 parent 0414fe1 commit 57d536c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/setup-python@v5
2323
with:
2424
python-version: 3.x
25-
- uses: actions/cache@v4
25+
- uses: actions/cache@v5
2626
with:
2727
key: ${{ github.ref }}
2828
path: .cache

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.x
19-
- uses: actions/cache@v4
19+
- uses: actions/cache@v5
2020
with:
2121
key: ${{ github.ref }}
2222
path: .cache

0 commit comments

Comments
 (0)