Skip to content

Commit b47ac8c

Browse files
authored
Merge pull request #12 from netbootxyz/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 9b8cb61 + 4f803d2 commit b47ac8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
apk add git make
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Set up Docker Buildx
@@ -50,7 +50,7 @@ jobs:
5050
CURRENT_TAG: 0.0.1
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
fetch-depth: '0'
5656
- name: Build core image

0 commit comments

Comments
 (0)