We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ce767 commit f5a7445Copy full SHA for f5a7445
.github/workflows/main.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: Prepare compile.sh download cache
31
id: download-cache
32
- uses: actions/cache@v3
+ uses: actions/cache@v4
33
with:
34
path: ./download_cache
35
key: compile-sh-cache-ssl-https-${{ hashFiles('./compile.sh') }}
@@ -89,7 +89,7 @@ jobs:
89
90
91
92
93
94
95
0 commit comments