File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ jobs:
176176 fetch-depth : 0
177177 ref : ${{ github.event.pull_request.head.sha }}
178178 persist-credentials : false
179- - uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
179+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
180180 if : github.event_name != 'pull_request' || github.event.action != 'closed'
181181 with :
182182 cache : npm
@@ -206,7 +206,7 @@ jobs:
206206 ref : ${{ github.event.pull_request.head.sha }}
207207 persist-credentials : false
208208 - name : Set up Node.js
209- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
209+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
210210 if : github.event_name != 'pull_request' || github.event.action != 'closed'
211211 with :
212212 cache : npm
Original file line number Diff line number Diff line change 1414 with :
1515 persist-credentials : false
1616 - name : Set up Node.js
17- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
17+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
1818 with :
1919 cache : npm
2020 node-version-file : package.json
Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717 persist-credentials : false
1818 - name : Set up Node.js
19- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
19+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
2020 with :
2121 cache : npm
2222 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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
18+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
1919 with :
2020 cache : npm
2121 node-version-file : package.json
Original file line number Diff line number Diff line change 3030 DEST_PATH : " /home/runner/work/_temp/_github_workflow/.venv"
3131 run : bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/set_venv_path.sh"
3232 - name : Set up Node.js
33- uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
33+ uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .0
3434 with :
3535 cache : npm
3636 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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
29+ - uses : actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1 .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