File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/internal/plugins/setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 persist-credentials : false
111111
112112 - name : Setup Node.js environment
113- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
113+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
114114 with :
115115 node-version : ${{ inputs.node-version }}
116116 node-version-file : ${{ inputs.plugin-directory }}/.nvmrc
Original file line number Diff line number Diff line change 2424 using : composite
2525 steps :
2626 - name : Node
27- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
27+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
2828 with :
2929 node-version : " ${{ inputs.node-version }}"
3030 node-version-file : " ${{ inputs.node-version-file }}"
You can’t perform that action at this time.
0 commit comments