Skip to content

Commit 6b170e8

Browse files
dependabot[bot]DeepDiver1975
authored andcommitted
Bump actions/cache from 2 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f9d42cc commit 6b170e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
submodules: true
7070

7171
- name: Restore cache
72-
uses: actions/cache@v2
72+
uses: actions/cache@v4
7373
with:
7474
path: ~/cache
7575
key: ${{ runner.os }}-${{ matrix.target }}

0 commit comments

Comments
 (0)