Skip to content

Commit 3fe94bf

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

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/[email protected].0"
32+
uses: "actions/[email protected].1"
3333
with:
3434
path: "./.splitsh"
3535
key: "${{ runner.os }}-splitsh-d-101"

0 commit comments

Comments
 (0)