Skip to content

Commit 21125b6

Browse files
Bump actions/cache from 5.0.5 to 6.1.0 (#28)
Bumps [actions/cache](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@v5.0.5...v6.1.0) --- updated-dependencies: - dependency-name: actions/cache 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 922cc3b commit 21125b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/defoldsdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
# Restore/save both SDK directory and bob.jar from/to Actions cache.
145145
- name: Cache Defold SDK and bob.jar
146146
id: cache-defoldsdk
147-
uses: actions/cache@v5.0.5
147+
uses: actions/cache@v6.1.0
148148
with:
149149
path: |
150150
${{ inputs.bob_output_path }}

0 commit comments

Comments
 (0)