Skip to content

Commit 060d16a

Browse files
authoredMar 10, 2024··
chore(deps): update actions/checkout action to v4
1 parent 53f5ab0 commit 060d16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
build-and-test:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424
- name: Build
2525
run: cargo build --verbose
2626
- name: Run tests

0 commit comments

Comments
 (0)
Please sign in to comment.