Skip to content

Commit ecfcfc5

Browse files
GitHub-CI: Bump actions/checkout from 4 to 5
* .github/workflows/make-cross.yaml: Bump actions/checkout from 4 to 5. See: #32
1 parent c5d5909 commit ecfcfc5

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@v4
53+
uses: actions/checkout@v5
5454

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

0 commit comments

Comments
 (0)