Skip to content

Commit 00205c3

Browse files
chore(deps): bump actions/cache from 4 to 5 in the github-actions group (#2848)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4bc69da commit 00205c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
python-version-file: '.python-version'
3737
- name: Cache Python dependencies
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
env:
4040
cache-name: pythondotorg-cache-pip
4141
with:

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
python-version-file: '.python-version'
1414
- name: Cache Python dependencies
15-
uses: actions/cache@v4
15+
uses: actions/cache@v5
1616
env:
1717
cache-name: pythondotorg-cache-pip
1818
with:

0 commit comments

Comments
 (0)