Skip to content

Commit 0d7e259

Browse files
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 9b6d240 commit 0d7e259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-unreleased.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Restore cached build
3030
id: cache-restore
31-
uses: actions/cache/restore@v4
31+
uses: actions/cache/restore@v5
3232
with:
3333
path: opensearch/distribution/archives/linux-tar/build/distributions
3434
key: ${{ steps.get-key.outputs.key }}
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Save cached build
4747
if: steps.cache-restore.outputs.cache-hit != 'true'
48-
uses: actions/cache/save@v4
48+
uses: actions/cache/save@v5
4949
with:
5050
path: opensearch/distribution/archives/linux-tar/build/distributions
5151
key: ${{ steps.get-key.outputs.key }}

0 commit comments

Comments
 (0)