Merge pull request #2412 from espruino/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Gordon Williams 2023-09-11 09:33:43 +01:00 committed by GitHub
commit 7f6a0ed3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}