Skip to content

Commit 113df69

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump actions/cache from 4 to 5 (#1819) (#1823)
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 ... (cherry picked from commit a6bfdfe) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b126bd7 commit 113df69

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-integration-unreleased.yml

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

4141
- name: Restore cached build
4242
id: cache-restore
43-
uses: actions/cache/restore@v4
43+
uses: actions/cache/restore@v5
4444
with:
4545
path: opensearch/distribution/archives/linux-tar/build/distributions
4646
key: ${{ steps.get-key.outputs.key }}
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Save cached build
6666
if: steps.cache-restore.outputs.cache-hit != 'true'
67-
uses: actions/cache/save@v4
67+
uses: actions/cache/save@v5
6868
with:
6969
path: opensearch/distribution/archives/linux-tar/build/distributions
7070
key: ${{ steps.get-key.outputs.key }}

0 commit comments

Comments
 (0)