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 6363 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6464 with :
6565 ref : ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
66- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
66+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
6767 with :
6868 cache : ' npm'
6969 node-version-file : ' .nvmrc'
@@ -151,7 +151,7 @@ jobs:
151151 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
152152 with :
153153 ref : ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
154- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
154+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
155155 with :
156156 node-version-file : ' .nvmrc'
157157 - name : info
@@ -214,7 +214,7 @@ jobs:
214214 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
215215 with :
216216 ref : ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
217- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
217+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
218218 with :
219219 node-version-file : ' .nvmrc'
220220 - name : retrieve node_modules
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13- - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
13+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1414 with :
1515 cache : ' npm'
1616 node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments