Skip to content

Commit e15dbcc

Browse files
Bump actions/cache from 3 to 4 (#188)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0550f68 commit e15dbcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
- name: Prepare compile.sh download cache
3131
id: download-cache
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: ./download_cache
3535
key: compile-sh-cache-ssl-https-${{ hashFiles('./compile.sh') }}
@@ -94,7 +94,7 @@ jobs:
9494

9595
- name: Prepare compile.sh download cache
9696
id: download-cache
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: ./download_cache
100100
key: compile-sh-cache-ssl-https-${{ hashFiles('./compile.sh') }}

0 commit comments

Comments
 (0)