Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit ddbe1b6

Browse files
build(deps): bump actions/cache from 3 to 4 (#694)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9aa5842 commit ddbe1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git rev-parse HEAD >> lastCommit
2828
- name: Check New Changes
2929
id: cache-last-commit
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
path: lastCommit
3333
key: lastCommit-${{ hashFiles('lastCommit') }}

0 commit comments

Comments
 (0)