File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 registry.npmjs.org:443
2222
2323 - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # ratchet:actions/checkout@v3
24+ with :
25+ persist-credentials : false
2426 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
2527 with :
2628 node-version : " 20.x"
Original file line number Diff line number Diff line change @@ -19,13 +19,11 @@ jobs:
1919 github.com:443
2020 registry.npmjs.org:443
2121 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
22+ with :
23+ persist-credentials : false
2224 - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # ratchet:actions/setup-node@v4
2325 with :
2426 node-version : " 20.x"
25- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v4
26- name : Checkout code
27- with :
28- persist-credentials : false
2927 - name : Cache node deps
3028 id : cache-node
3129 uses : actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # ratchet:actions/cache@v4
You can’t perform that action at this time.
0 commit comments