Skip to content

Commit 45638a2

Browse files
Merge pull request #6135 from dev-hato/renovate/actions-setup-node-6.x
chore(deps): update actions/setup-node action to v6.1.0
2 parents 7643580 + 1c75be2 commit 45638a2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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

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

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

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

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

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

.github/workflows/pr-release-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@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
18+
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
1919
with:
2020
cache: npm
2121
node-version-file: package.json

.github/workflows/pr-test.yml

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

.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@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

0 commit comments

Comments
 (0)