Skip to content

Commit f8c16af

Browse files
authored
Merge pull request #2666 from espruino/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents ef51f1f + 7a5bd80 commit f8c16af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# try and build for all devices even if one fails
4444
fail-fast: false
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
- uses: actions/setup-python@v6
@@ -82,7 +82,7 @@ jobs:
8282
# try and build for all devices even if one fails
8383
fail-fast: false
8484
steps:
85-
- uses: actions/checkout@v5
85+
- uses: actions/checkout@v6
8686
with:
8787
fetch-depth: 0
8888
- uses: actions/setup-python@v6
@@ -120,7 +120,7 @@ jobs:
120120
# try and build for all devices even if one fails
121121
fail-fast: false
122122
steps:
123-
- uses: actions/checkout@v5
123+
- uses: actions/checkout@v6
124124
with:
125125
fetch-depth: 0
126126
- uses: actions/setup-python@v6
@@ -159,7 +159,7 @@ jobs:
159159
# try and build for all devices even if one fails
160160
fail-fast: false
161161
steps:
162-
- uses: actions/checkout@v5
162+
- uses: actions/checkout@v6
163163
with:
164164
fetch-depth: 0
165165
- name: make ${{ matrix.board }}
@@ -194,7 +194,7 @@ jobs:
194194
# try and build for all devices even if one fails
195195
fail-fast: false
196196
steps:
197-
- uses: actions/checkout@v5
197+
- uses: actions/checkout@v6
198198
with:
199199
fetch-depth: 0
200200
- name: make ${{ matrix.board }}

0 commit comments

Comments
 (0)