Skip to content

Commit ace5cb1

Browse files
chore(deps): update actions/checkout action to v4
1 parent 33038e2 commit ace5cb1

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)