We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ae76e commit 679f161Copy full SHA for 679f161
1 file changed
.github/workflows/unit-tests.yaml
@@ -33,7 +33,7 @@ jobs:
33
extensions: sodium,${{ matrix.extensions }}
34
key: cache-key-1 # increment to bust the cache
35
- name: Cache extensions
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
with:
38
path: ${{ steps.extcache.outputs.dir }}
39
key: ${{ steps.extcache.outputs.key }}
0 commit comments