Skip to content

Commit 4aba72c

Browse files
chore(deps): update actions/setup-node action to v5
1 parent 2c01a5d commit 4aba72c

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/deploy-hato-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/pr-copy-ci-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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

.github/workflows/pr-merge-develop-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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

.github/workflows/pr-release-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
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

.github/workflows/pr-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
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

.github/workflows/pr-update-gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)