File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 fetch-depth : 0
176176 ref : ${{ github.event.pull_request.head.sha }}
177177 persist-credentials : false
178- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
178+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
179179 if : github.event_name != 'pull_request' || github.event.action != 'closed'
180180 with :
181181 cache : npm
@@ -205,7 +205,7 @@ jobs:
205205 ref : ${{ github.event.pull_request.head.sha }}
206206 persist-credentials : false
207207 - name : Set up Node.js
208- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
208+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
209209 if : github.event_name != 'pull_request' || github.event.action != 'closed'
210210 with :
211211 cache : npm
Original file line number Diff line number Diff line change 1313 with :
1414 persist-credentials : false
1515 - name : Set up Node.js
16- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
16+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1717 with :
1818 cache : npm
1919 node-version-file : package.json
Original file line number Diff line number Diff line change 1515 fetch-depth : 0
1616 persist-credentials : false
1717 - name : Set up Node.js
18- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
18+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1919 with :
2020 cache : npm
2121 node-version-file : package.json
Original file line number Diff line number Diff line change 1414 fetch-depth : 0
1515 persist-credentials : false
1616 - name : Set up Node.js
17- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
17+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1818 with :
1919 cache : npm
2020 node-version-file : package.json
Original file line number Diff line number Diff line change 2929 DEST_PATH : " /home/runner/work/_temp/_github_workflow/.venv"
3030 run : bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/set_venv_path.sh"
3131 - name : Set up Node.js
32- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
32+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
3333 with :
3434 cache : npm
3535 node-version-file : package.json
Original file line number Diff line number Diff line change 2626 fetch-depth : 0
2727 ref : ${{ github.event.pull_request.head.sha }}
2828 persist-credentials : false
29- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
29+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
3030 if : github.event_name != 'pull_request' || github.event.action != 'closed'
3131 with :
3232 cache : npm
You can’t perform that action at this time.
0 commit comments