Skip to content

Commit 12b8929

Browse files
Merge pull request #291 from EhTagTranslation/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 0b228d9 + 52bcd92 commit 12b8929

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 50
23-
- uses: actions/setup-node@v4
23+
- uses: actions/setup-node@v5
2424
with:
2525
node-version: lts/*
2626
- name: Download tool

.github/workflows/check_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-node@v4
14+
- uses: actions/setup-node@v5
1515
with:
1616
node-version: lts/*
1717
- name: Download tool

.github/workflows/check_tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 50
33-
- uses: actions/setup-node@v4
33+
- uses: actions/setup-node@v5
3434
with:
3535
node-version: lts/*
3636
- name: Download tool

0 commit comments

Comments
 (0)