Skip to content

Commit 5e2bad2

Browse files
chore(deps): bump actions/setup-node from 3 to 4 (#18)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz "mat" Rumian <[email protected]>
1 parent 7bdb6a8 commit 5e2bad2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}-go-${{ hashFiles('**/go.sum') }}
5454
restore-keys: |
5555
${{ runner.os }}-gradle-
56-
- uses: actions/setup-node@v3
56+
- uses: actions/setup-node@v4
5757
if: env.LANGUAGE == 'nodejs'
5858
with:
5959
node-version: '14'

.github/workflows/pull-request-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
needs: [docs-changed]
7979
steps:
8080
- uses: actions/checkout@v4
81-
- uses: actions/setup-node@v3.6.0
81+
- uses: actions/setup-node@v4
8282
if: needs.docs-changed.outputs.any_changed == 'true'
8383
- name: Install markdown-table-formatter
8484
if: needs.docs-changed.outputs.any_changed == 'true'

.github/workflows/release-build-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
name: ${{ github.ref_name }}-java-arm64-layer-arns-artifact
5757
path: arm64layerarns/
58-
- uses: actions/setup-node@v3.6.0
58+
- uses: actions/setup-node@v4
5959
- name: Install markdown-table-formatter
6060
run: npm install markdown-table-formatter --save
6161
- name: Create amd64 layers table

.github/workflows/release-build-nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
name: ${{ github.ref_name }}-nodejs-arm64-layer-arns-artifact
5757
path: arm64layerarns/
58-
- uses: actions/setup-node@v3.6.0
58+
- uses: actions/setup-node@v4
5959
- name: Install markdown-table-formatter
6060
run: npm install markdown-table-formatter --save
6161
- name: Create amd64 layers table

.github/workflows/release-build-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
name: ${{ github.ref_name }}-python-arm64-layer-arns-artifact
5757
path: arm64layerarns/
58-
- uses: actions/setup-node@v3.6.0
58+
- uses: actions/setup-node@v4
5959
- name: Install markdown-table-formatter
6060
run: npm install markdown-table-formatter --save
6161
- name: Create amd64 layers table

0 commit comments

Comments
 (0)