Skip to content

Commit 3088d0d

Browse files
chore(deps): update actions/setup-node action to v5 (#695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0513a27 commit 3088d0d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-frontend.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-node@v4
23+
- uses: actions/setup-node@v5
2424
with:
2525
node-version: "${{ env.NODE_VERSION }}"
2626
- name: Run install
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- uses: actions/checkout@v5
42-
- uses: actions/setup-node@v4
42+
- uses: actions/setup-node@v5
4343
with:
4444
node-version: "${{ env.NODE_VERSION }}"
4545
- name: Run install

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
15-
- uses: actions/setup-node@v4
15+
- uses: actions/setup-node@v5
1616
- name: commitlint (install)
1717
run: |
1818
npm install -g @commitlint/cli @commitlint/config-conventional

0 commit comments

Comments
 (0)