Skip to content

Commit 207aaf8

Browse files
authored
Merge pull request #77 from dloebl/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 0c5399e + 4a3f03f commit 207aaf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
CFLAGS: ${{ matrix.config.cflags }}
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: actions/setup-python@v5
2929
- name: Dependencies (ubuntu)
3030
if: contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)