workflows/build.yml: update to actions/checkout@v4

This commit is contained in:
Dan Halbert 2024-08-23 10:18:39 -04:00
parent 3cc8ba92e9
commit b543cfbe04

View file

@ -28,7 +28,7 @@ jobs:
# be limited (they run on all forks' default branches). # be limited (they run on all forks' default branches).
if: startswith(github.repository, 'adafruit/') if: startswith(github.repository, 'adafruit/')
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
submodules: true submodules: true
- name: Update Awesome CircuitPython - name: Update Awesome CircuitPython