Skip to content

Commit 51d33c3

Browse files
github-actions(deps): bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8de4346 commit 51d33c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sub-split.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
user_email: "info@phpdoc.org"
3131
- name: "Cache splitsh-lite"
3232
id: "splitsh-cache"
33-
uses: "actions/cache@v4.3.0"
33+
uses: "actions/cache@v5.0.1"
3434
with:
3535
path: "./.splitsh"
3636
key: "${{ runner.os }}-splitsh-d-101"

0 commit comments

Comments
 (0)