Skip to content

Commit a707f3d

Browse files
Update actions/cache action to v5
1 parent 8ae4da1 commit a707f3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@v6
9-
- uses: actions/cache@v4
9+
- uses: actions/cache@v5
1010
with:
1111
path: '**/node_modules'
1212
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
@@ -36,7 +36,7 @@ jobs:
3636
run: git config --global core.autocrlf input
3737
- name: Check out repository
3838
uses: actions/checkout@v6
39-
- uses: actions/cache@v4
39+
- uses: actions/cache@v5
4040
with:
4141
path: '**/node_modules'
4242
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-latest
6868
steps:
6969
- uses: actions/checkout@v6
70-
- uses: actions/cache@v4
70+
- uses: actions/cache@v5
7171
with:
7272
path: '**/node_modules'
7373
key: ${{ runner.os }}-webpack-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)