Skip to content

Commit 5ca7c48

Browse files
build(deps): 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 18b4ea7 commit 5ca7c48

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
@@ -60,7 +60,7 @@ jobs:
6060
echo "short_sha=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
6161
6262
- name: Cache the build cache
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
# In order:
6666
# * Module download cache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
git verify-tag "${{ steps.vars.outputs.version_tag }}" || exit 1
8181
8282
- name: Cache the build cache
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
# In order:
8686
# * Module download cache

0 commit comments

Comments
 (0)