Skip to content

Commit

Permalink
Merge pull request #1 from ThomasK33/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3

Bump actions/checkout from 1 to 3
  • Loading branch information
ThomasK33 authored Mar 23, 2023
2 parents ceffead + 8162081 commit 859ee15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
clippy_check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: rustup component add clippy
- uses: actions-rs/clippy-check@v1
with:
Expand Down

0 comments on commit 859ee15

Please sign in to comment.