Skip to content

Commit c3e88c0

Browse files
committed
Bump to actions/checkout@v4
actions/checkout@v3 uses nodejs 16 that is deprecated
1 parent fefd481 commit c3e88c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_buildx_and_publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Build image
1818
run: |
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-latest
4444
steps:
4545
- name: Checkout
46-
uses: actions/checkout@v3
46+
uses: actions/checkout@v4
4747

4848
# Calculate the tags to be pussed to the registries.
4949
- name: Calculate image tag names

0 commit comments

Comments
 (0)