Skip to content

Commit 2b04afa

Browse files
committed
chore: update workflows/autotest.yml
1 parent 89c2aa3 commit 2b04afa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/autotest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- name: Cache node modules
1919
id: cache
2020
uses: actions/cache@v4
21-
env:
22-
cache-name: cache-node-modules
2321
with:
2422
path: '**/node_modules'
25-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
23+
key: ${{ runner.os }}-cache-node-modules-${{ hashFiles('**/package-lock.json') }}
2624

2725
- name: Install dependencies
2826
if: steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)