Skip to content

Commit

Permalink
Merge pull request #2412 from espruino/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
gfwilliams authored Sep 11, 2023
2 parents 8fdca88 + 8af1406 commit 7f6a0ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# try and build for all devices even if one fails
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: make ${{ matrix.board }}
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
# try and build for all devices even if one fails
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: make ${{ matrix.board }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
# try and build for all devices even if one fails
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: make ${{ matrix.board }}
Expand Down

0 comments on commit 7f6a0ed

Please sign in to comment.