Skip to content

Commit 1812c7d

Browse files
authored
Merge pull request #72 from martinfrances107/README
2 parents 7659442 + fd2478f commit 1812c7d

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@v4
24+
- uses: actions/checkout@v5
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@v4
33+
- uses: actions/checkout@v5
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)