Skip to content

Commit ae81fe1

Browse files
authored
Merge pull request #1460 from dhalbert/update-checkout-version
workflows/build.yml: update to actions/checkout@v4
2 parents bf4fbbb + b543cfb commit ae81fe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# be limited (they run on all forks' default branches).
2929
if: startswith(github.repository, 'adafruit/')
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
submodules: true
3434
- name: Update Awesome CircuitPython

0 commit comments

Comments
 (0)