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 6262 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6363 with :
6464 ref : ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
65- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
65+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
6666 with :
6767 cache : ' npm'
6868 node-version-file : ' .nvmrc'
@@ -150,7 +150,7 @@ jobs:
150150 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
151151 with :
152152 ref : ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
153- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
153+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
154154 with :
155155 node-version-file : ' .nvmrc'
156156 - name : info
@@ -213,7 +213,7 @@ jobs:
213213 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
214214 with :
215215 ref : ${{ inputs.ref }} # this should be empty to use `checkout`'s default UNLESS provided by workflow_call
216- - uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
216+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
217217 with :
218218 node-version-file : ' .nvmrc'
219219 - 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@60edb5dd545a775178f52524783378180af0d1f8 # v4
13+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
1414 with :
1515 cache : ' npm'
1616 node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments