Skip to content

Commit 317ed62

Browse files
authored
Update example workflow in readme
1 parent 8cb8f77 commit 317ed62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: cargo test
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- uses: actions-rust-lang/setup-rust-toolchain@v1
2626
- run: cargo test --all-features
2727

@@ -30,7 +30,7 @@ jobs:
3030
name: cargo fmt
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
# Ensure rustfmt is installed and setup problem matcher
3535
- uses: actions-rust-lang/setup-rust-toolchain@v1
3636
with:

0 commit comments

Comments
 (0)