Skip to content

Commit fa843b5

Browse files
Bump actions/cache from 4 to 5 (#837)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 987c349 commit fa843b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v6
2424
with:
2525
python-version: 3.12
26-
- uses: actions/cache@v4
26+
- uses: actions/cache@v5
2727
id: cache
2828
with:
2929
path: /tmp/lce_android
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/setup-python@v6
9696
with:
9797
python-version: 3.12
98-
- uses: actions/cache@v4
98+
- uses: actions/cache@v5
9999
id: cache
100100
with:
101101
path: /tmp/lce_android

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- uses: actions/setup-python@v6
121121
with:
122122
python-version: 3.12
123-
- uses: actions/cache@v4
123+
- uses: actions/cache@v5
124124
id: cache
125125
with:
126126
path: /tmp/lce_android

0 commit comments

Comments
 (0)