Skip to content

Commit 5084377

Browse files
committed
ci: bump the checkout Action version
1 parent 1ca84da commit 5084377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v5
1717

1818
- name: Build and test
1919
run: cargo test

0 commit comments

Comments
 (0)