Skip to content

Commit c72410f

Browse files
authored
Merge pull request #2653 from espruino/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 89f3ae7 + 031fc46 commit c72410f

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@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
fetch-depth: 0
4949
- uses: actions/setup-python@v5
@@ -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@v4
85+
- uses: actions/checkout@v5
8686
with:
8787
fetch-depth: 0
8888
- uses: actions/setup-python@v5
@@ -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@v4
123+
- uses: actions/checkout@v5
124124
with:
125125
fetch-depth: 0
126126
- uses: actions/setup-python@v5
@@ -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@v4
162+
- uses: actions/checkout@v5
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@v4
197+
- uses: actions/checkout@v5
198198
with:
199199
fetch-depth: 0
200200
- name: make ${{ matrix.board }}

0 commit comments

Comments
 (0)