File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
- main
8
8
9
9
permissions :
10
- contents : read # to fetch code (actions/checkout )
10
+ contents : write # to update code (git submodule )
11
11
12
12
env :
13
13
NODE_VERSION : 22.x
26
26
node-version : ${{ env.NODE_VERSION }}
27
27
28
28
- name : Cache
29
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
30
30
with :
31
31
path : ~/.npm
32
32
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 7
7
- main
8
8
9
9
permissions :
10
- contents : read # to fetch code (actions/checkout )
10
+ contents : write # to update code (git submodule )
11
11
12
12
env :
13
13
NODE_VERSION : 22.x
Original file line number Diff line number Diff line change 7
7
- main
8
8
9
9
permissions :
10
- contents : read # to fetch code (actions/checkout )
10
+ contents : write # to update code (git submodule )
11
11
12
12
env :
13
13
NODE_VERSION : 22.x
26
26
node-version : ${{ env.NODE_VERSION }}
27
27
28
28
- name : Cache
29
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
30
30
with :
31
31
path : ~/.npm
32
32
key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments