Skip to content

Commit cf69de6

Browse files
committed
fix: checkout order
1 parent 47e4d70 commit cf69de6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/nut.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ jobs:
6363
if: ${{ runner.os == 'Windows' }}
6464
run: git config --system core.longpaths true
6565

66+
- uses: actions/checkout@v4
67+
68+
- uses: google/wireit@setup-github-actions-caching/v1
69+
6670
- uses: actions/setup-node@v4
6771
with:
6872
node-version: ${{ inputs.nodeVersion }}
6973
cache: yarn
7074

71-
- uses: actions/checkout@v4
72-
73-
- uses: google/wireit@setup-github-actions-caching/v1
74-
7575
- name: Cache node modules
7676
id: cache-nodemodules
7777
uses: actions/cache@v4

0 commit comments

Comments
 (0)