Skip to content

Commit 6151074

Browse files
github-actions(deps): bump actions/cache from 3.3.3 to 4.0.0
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.3 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74c0a35 commit 6151074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sub-split.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
user_email: "[email protected]"
3030
- name: "Cache splitsh-lite"
3131
id: "splitsh-cache"
32-
uses: "actions/cache@v3.3.3"
32+
uses: "actions/cache@v4.0.0"
3333
with:
3434
path: "./.splitsh"
3535
key: "${{ runner.os }}-splitsh-d-101"

0 commit comments

Comments
 (0)