mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Merge pull request #2412 from espruino/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
7f6a0ed3b0
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
@ -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 }}
|
||||
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user