Skip to content

Commit 3c52efd

Browse files
authored
Upgrade GHA dependencies (#439)
This fixes the following deprecation warning: > Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20 Signed-off-by: Wouter Born <[email protected]>
1 parent 2e23512 commit 3c52efd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: ${{ matrix.tag }}-${{ matrix.distribution }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Lint Dockerfile
2525
uses: hadolint/[email protected]
@@ -28,7 +28,7 @@ jobs:
2828
config: ".github/hadolint.yml"
2929

3030
- name: Set up Docker Buildx
31-
uses: docker/setup-buildx-action@v2
31+
uses: docker/setup-buildx-action@v3
3232

3333
- name: Build images
3434
run: ./build ${{ matrix.tag }} ${{ matrix.distribution }}

.github/workflows/validate-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: validate
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Validate README.md
2121
run: bash -c 'source helper-functions && validate_readme_constraints'

0 commit comments

Comments
 (0)