We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0512b9a commit 3d40708Copy full SHA for 3d40708
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v7
9
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
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@v7
37
38
39
40
key: ${{ runner.os }}-test-modules-${{ hashFiles('**/yarn.lock') }}
0 commit comments