Skip to content

Commit

Permalink
Merge pull request #12 from netbootxyz/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
antonym authored Jun 1, 2024
2 parents 9b8cb61 + 4f803d2 commit b47ac8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: |
apk add git make
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Docker Buildx
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
CURRENT_TAG: 0.0.1
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Build core image
Expand Down

0 comments on commit b47ac8c

Please sign in to comment.