Skip to content

Commit b543cfb

Browse files
committed
workflows/build.yml: update to actions/checkout@v4
1 parent 3cc8ba9 commit b543cfb

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)