Skip to content

Commit

Permalink
Merge pull request #2 from JustFrederik/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
JustFrederik committed May 1, 2023
2 parents 5efb1dd + 161115a commit b79a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1
Expand Down

0 comments on commit b79a678

Please sign in to comment.