Skip to content

Commit 162a0c4

Browse files
GitHub-CI: Bump actions/checkout from 5 to 6.
* .github/workflows/make-cross.yaml: Bump actions/checkout from 5 to 6. See: #36
1 parent 4411263 commit 162a0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make-cross.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: lscpu
5151

5252
- name: checkout repository
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454

5555
- name: install toolchain for ${{ matrix.arch }}
5656
run: |

0 commit comments

Comments
 (0)