Skip to content

Commit f5a7445

Browse files
Bump actions/cache from 3 to 4
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]>
1 parent d2ce767 commit f5a7445

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') }}
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Prepare compile.sh download cache
9191
id: download-cache
92-
uses: actions/cache@v3
92+
uses: actions/cache@v4
9393
with:
9494
path: ./download_cache
9595
key: compile-sh-cache-ssl-https-${{ hashFiles('./compile.sh') }}

0 commit comments

Comments
 (0)