Skip to content

Commit 3b24ace

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd1b3a7 commit 3b24ace

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python -m pip install --user --upgrade pip
4545
echo "dir=$(pip cache dir)" >> ${GITHUB_OUTPUT}
4646
- name: "Create/Restore cache"
47-
uses: "actions/cache@v4"
47+
uses: "actions/cache@v5"
4848
with:
4949
path: "${{ steps.pip-cache.outputs.dir }}/**"
5050
key: |

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python -m pip install --user --upgrade pip
6767
echo "dir=$(pip cache dir)" >> ${GITHUB_OUTPUT}
6868
- name: "Create/Restore cache"
69-
uses: "actions/cache@v4"
69+
uses: "actions/cache@v5"
7070
with:
7171
path: |
7272
${{ steps.pip-cache.outputs.dir }}/**

0 commit comments

Comments
 (0)