We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6a234 commit 33f6709Copy full SHA for 33f6709
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v3
35
36
- name: Cache portage binary packages
37
- uses: actions/cache@v2
+ uses: actions/cache@v4
38
env:
39
cache-name: cache-binpgks
40
with:
@@ -43,7 +43,7 @@ jobs:
43
restore-keys: |
44
${{ runner.os }}-${{ env.cache-name }}-${{ secrets.CACHE_VERSION }}-
45
- name: Cache portage distfiles
46
47
48
cache-name: cache-distfiles
49
0 commit comments