Skip to content

Commit 784bf15

Browse files
chore(deps): bump actions/cache/restore from 4.3.0 to 6.1.0 (#917)
Bumps [actions/cache/restore](https://github.com/actions/cache) from 4.3.0 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@0057852...55cc834) --- updated-dependencies: - dependency-name: actions/cache/restore 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 d7d9b6c commit 784bf15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Restore cached build
2929
id: cache-restore
30-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
30+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3131
with:
3232
path: opensearch/distribution/archives/linux-tar/build/distributions
3333
key: ${{ steps.get-key.outputs.key }}

0 commit comments

Comments
 (0)