Skip to content

Commit 5f23d80

Browse files
chore(deps): bump actions/cache from 4 to 5 in the github-actions group
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f369974 commit 5f23d80

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)