We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3893a06 commit c56acddCopy full SHA for c56acdd
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
10
with:
11
path: '**/node_modules'
12
key: ${{ runner.os }}-lint-modules-${{ hashFiles('**/yarn.lock') }}
@@ -34,7 +34,7 @@ jobs:
34
run: git config --global core.autocrlf input
35
- name: Check out repository
36
uses: actions/checkout@v2
37
38
39
40
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
@@ -72,7 +72,7 @@ jobs:
72
73
74
- name: Load cache
75
- uses: actions/cache@v2
+ uses: actions/cache@v4
76
77
78
key: ${{ runner.os }}-docker-modules-v1-${{ hashFiles('**/yarn.lock') }}
0 commit comments