Skip to content

Commit

Permalink
docs: Bump version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkforest committed Apr 4, 2023
1 parent dd51754 commit d6805b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: rustsec/audit-check@v1
- uses: rustsec/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
- uses: actions-rs/audit-check@v1.4.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down

0 comments on commit d6805b6

Please sign in to comment.