Skip to content

Commit c56acdd

Browse files
Update actions/cache action to v4
1 parent 3893a06 commit c56acdd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v2
9-
- uses: actions/cache@v2
9+
- uses: actions/cache@v4
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@v2
37-
- uses: actions/cache@v2
37+
- uses: actions/cache@v4
3838
with:
3939
path: '**/node_modules'
4040
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
@@ -72,7 +72,7 @@ jobs:
7272
- name: Check out repository
7373
uses: actions/checkout@v2
7474
- name: Load cache
75-
uses: actions/cache@v2
75+
uses: actions/cache@v4
7676
with:
7777
path: '**/node_modules'
7878
key: ${{ runner.os }}-docker-modules-v1-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)