Skip to content

Commit 0cae9a5

Browse files
Bump actions/cache/save from 5.0.5 to 6.1.0 (#27)
Bumps [actions/cache/save](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/save dependency-version: 6.1.0 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 21125b6 commit 0cae9a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bob.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
114114
- name: Save bob.jar to cache
115115
if: ${{ steps.bob_cache.outputs.cache-hit != 'true' }}
116-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
116+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
117117
continue-on-error: true
118118
with:
119119
path: bob.jar
@@ -202,7 +202,7 @@ jobs:
202202

203203
- name: Save bob.jar to cache
204204
if: ${{ steps.bob_cache.outputs.cache-hit != 'true' }}
205-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
205+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
206206
continue-on-error: true
207207
with:
208208
path: bob.jar
@@ -283,7 +283,7 @@ jobs:
283283
284284
- name: Save bob.jar to cache
285285
if: ${{ steps.bob_cache.outputs.cache-hit != 'true' }}
286-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
286+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
287287
continue-on-error: true
288288
with:
289289
path: bob.jar

0 commit comments

Comments
 (0)