File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 77 - main
88
99permissions :
10- contents : read # to fetch code (actions/checkout )
10+ contents : write # to update code (git submodule )
1111
1212env :
1313 NODE_VERSION : 22.x
2626 node-version : ${{ env.NODE_VERSION }}
2727
2828 - name : Cache
29- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3030 with :
3131 path : ~/.npm
3232 key : ${{ runner.os }}-node-${{ env.NODE_VERSION }}-npm-lock-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 77 - main
88
99permissions :
10- contents : read # to fetch code (actions/checkout )
10+ contents : write # to update code (git submodule )
1111
1212env :
1313 NODE_VERSION : 22.x
Original file line number Diff line number Diff line change 77 - main
88
99permissions :
10- contents : read # to fetch code (actions/checkout )
10+ contents : write # to update code (git submodule )
1111
1212env :
1313 NODE_VERSION : 22.x
2626 node-version : ${{ env.NODE_VERSION }}
2727
2828 - name : Cache
29- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
29+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3030 with :
3131 path : ~/.npm
3232 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