Skip to content

Commit 7ce2a3a

Browse files
ci(action): update actions/setup-node action to v5 (#682)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7ec830 commit 7ce2a3a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
app-id: ${{ vars.OCTOKIT_APP_ID }}
2626
private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
2727
- uses: actions/checkout@v4
28-
- uses: actions/setup-node@v4
28+
- uses: actions/setup-node@v5
2929
with:
3030
node-version: lts/*
3131
cache: npm

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16-
- uses: actions/setup-node@v4
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version: 18
1919
cache: npm

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
app-id: ${{ vars.OCTOKIT_APP_ID }}
1515
private-key: ${{ secrets.OCTOKIT_APP_PRIVATE_KEY }}
1616
- uses: actions/checkout@v4
17-
- uses: actions/setup-node@v4
17+
- uses: actions/setup-node@v5
1818
with:
1919
node-version: "lts/*"
2020
cache: npm

0 commit comments

Comments
 (0)