Skip to content

Commit fa150b4

Browse files
Bump actions/cache from 4 to 5 (#967)
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 c97b15e commit fa150b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "hash=$(/bin/date -u "+%Y%m%d")-$(md5sum ".github/workflows/main.yml" | cut -d ' ' -f 1)" >> $GITHUB_OUTPUT
7070
shell: bash
7171

72-
- uses: actions/cache@v4
72+
- uses: actions/cache@v5
7373
id: cache_all
7474
with:
7575
path: |
@@ -128,7 +128,7 @@ jobs:
128128
echo "hash=$(/bin/date -u "+%Y%m%d")-$(md5sum ".github/workflows/main.yml" | cut -d ' ' -f 1)" >> $GITHUB_OUTPUT
129129
shell: bash
130130

131-
- uses: actions/cache@v4
131+
- uses: actions/cache@v5
132132
id: cache_all
133133
with:
134134
path: |

0 commit comments

Comments
 (0)