Skip to content

Commit f213325

Browse files
Deps: Update actions/cache action to v5
1 parent 531c180 commit f213325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/setup-install/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
uses: ./.github/actions/setup-node
88

99
- name: Restore cached node_modules
10-
uses: actions/cache@v4
10+
uses: actions/cache@v5
1111
with:
1212
path: '**/node_modules'
1313
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)