Skip to content

Commit 307b7dd

Browse files
ci(deps): bump actions/checkout from 4 to 5 (#2)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 45e979b commit 307b7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: set
3939

4040
- name: Git Checkout
41-
uses: actions/checkout@v4 # https://github.com/actions/checkout
41+
uses: actions/checkout@v5 # https://github.com/actions/checkout
4242

4343
- name: Run tests
4444
run: call tests/test_all.cmd

0 commit comments

Comments
 (0)