Skip to content

Commit c8d7cc0

Browse files
authored
fix(workflows): update from actions/cache v2 to v4 (#2291)
1 parent 8033e13 commit c8d7cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/readmes-updated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
echo "::set-output name=dir::$(npm config get prefix)"
4545
4646
- name: Cache global dependencies
47-
uses: actions/cache@v2
47+
uses: actions/cache@v4
4848
with:
4949
path: ${{ steps.global-deps-setup.outputs.dir }}
5050
key:

0 commit comments

Comments
 (0)