Skip to content

Commit 679f161

Browse files
authored
chore(deps): update actions/cache action to v5 (#8797)
1 parent d7ae76e commit 679f161

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
extensions: sodium,${{ matrix.extensions }}
3434
key: cache-key-1 # increment to bust the cache
3535
- name: Cache extensions
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
with:
3838
path: ${{ steps.extcache.outputs.dir }}
3939
key: ${{ steps.extcache.outputs.key }}

0 commit comments

Comments
 (0)