We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fd42ec commit f7acdb9Copy full SHA for f7acdb9
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v6
9
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
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@v6
37
38
39
40
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
0 commit comments