Skip to content

Commit 52cb098

Browse files
build(deps): bump actions/cache (#90)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5b76ba3 commit 52cb098

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/settingslibs-cache-warm-up

1 file changed

+2
-2
lines changed

.github/actions/settingslibs-cache-warm-up/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
echo "key=${key}" >> $GITHUB_OUTPUT
1313
- name: Restore cache
1414
id: restore
15-
uses: actions/cache/restore@v4
15+
uses: actions/cache/restore@v5
1616
with:
1717
path: SettingsLib/fwb
1818
key: ${{ steps.setup.outputs.key }}
@@ -22,7 +22,7 @@ runs:
2222
run: ./SettingsLib/fetch.sh
2323
- name: Save cache
2424
if: steps.restore.outputs.cache-hit != 'true'
25-
uses: actions/cache/save@v4
25+
uses: actions/cache/save@v5
2626
with:
2727
path: SettingsLib/fwb
2828
key: ${{ steps.setup.outputs.key }}

0 commit comments

Comments
 (0)