Skip to content

Commit 2849b3f

Browse files
chore: bump the github-actions group across 3 directories with 2 updates (#1649)
- Updates `actions/setup-node` from 5 to 6 - Updates `actions/upload-artifact` from 4 to 5
1 parent e09c956 commit 2849b3f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
37-
- uses: actions/setup-node@v5
37+
- uses: actions/setup-node@v6
3838
with:
3939
node-version-file: '.nvmrc'
4040
- run: '.ci/scripts/lint.sh'
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- uses: actions/checkout@v5
9090

91-
- uses: actions/setup-node@v5
91+
- uses: actions/setup-node@v6
9292
with:
9393
node-version-file: '.nvmrc'
9494

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
github-token: ${{ steps.get_token.outputs.token }}
4343

44-
- uses: actions/setup-node@v5
44+
- uses: actions/setup-node@v6
4545
with:
4646
node-version-file: '.nvmrc'
4747

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
github-token: ${{ steps.get_token.outputs.token }}
5454

55-
- uses: actions/setup-node@v5
55+
- uses: actions/setup-node@v6
5656
with:
5757
node-version-file: '.nvmrc'
5858

.github/workflows/run-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
runs:
2525
using: "composite"
2626
steps:
27-
- uses: actions/setup-node@v5
27+
- uses: actions/setup-node@v6
2828
with:
2929
node-version-file: '.nvmrc'
3030
- name: Pull and build docker infra
@@ -47,7 +47,7 @@ runs:
4747
to-slug: ${{ inputs.goal }}-${{ inputs.mode }}-${{ inputs.scope }}-${{ inputs.stack-version }}
4848
- name: Store test results
4949
if: success() || failure()
50-
uses: actions/upload-artifact@v4
50+
uses: actions/upload-artifact@v5
5151
with:
5252
name: test-results-${{ steps.slug.outputs.slug }}
5353
path: |

0 commit comments

Comments
 (0)