Skip to content

Commit 0d5a1e1

Browse files
chore(deps): Bump actions/cache/save from 5.0.5 to 6.1.0 (#1058)
Bumps [actions/cache/save](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@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache/save 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 35dee35 commit 0d5a1e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/validations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# why not use actions/upload-artifact? It is very slow (3 minutes to upload ~600MB of data, vs 10 seconds with this approach).
103103
# see https://github.com/actions/upload-artifact/issues/199 for more info
104104
- name: Upload snapshot artifacts
105-
uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #v5.0.5
105+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #v6.1.0
106106
with:
107107
path: snapshot
108108
key: snapshot-build-${{ github.run_id }}

0 commit comments

Comments
 (0)