Skip to content

Commit e3b2a71

Browse files
chore(deps): update actions/cache action to v5
1 parent 23a2d89 commit e3b2a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: python3 -m pip install --upgrade pip
1919
- id: pip-cache
2020
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
21-
- uses: actions/cache@v4
21+
- uses: actions/cache@v5
2222
with:
2323
path: ${{ steps.pip-cache.outputs.dir }}
2424
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3030

3131
- name: Cache dependencies
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ${{ steps.pip-cache.outputs.dir }}
3535
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)