workflows/build.yml: update to actions/checkout@v4
This commit is contained in:
parent
3cc8ba92e9
commit
b543cfbe04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
# be limited (they run on all forks' default branches).
|
||||
if: startswith(github.repository, 'adafruit/')
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Update Awesome CircuitPython
|
||||
|
|
|
|||
Loading…
Reference in a new issue