Skip to content

Commit 6129a7c

Browse files
committed
Update actions/checkout
Signed-off-by: alexey semenyuk <alexsemenyuk88@gmail.com>
1 parent 9998066 commit 6129a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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-latest
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Build
1818
run: cargo build --verbose
1919
- name: Run unit tests

0 commit comments

Comments
 (0)