Skip to content

Commit 3d40708

Browse files
Update actions/cache action to v6
1 parent 0512b9a commit 3d40708

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v7
9-
- uses: actions/cache@v5
9+
- uses: actions/cache@v6
1010
with:
1111
path: '**/node_modules'
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
@@ -34,7 +34,7 @@ jobs:
3434
run: git config --global core.autocrlf input
3535
- name: Check out repository
3636
uses: actions/checkout@v7
37-
- uses: actions/cache@v5
37+
- uses: actions/cache@v6
3838
with:
3939
path: '**/node_modules'
4040
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)