Skip to content

Commit

Permalink
Merge branch 'main' into banjofox/refactor-aardwolf-actix
Browse files Browse the repository at this point in the history
  • Loading branch information
BanjoFox authored Jul 3, 2024
2 parents 1848235 + f0dc1ac commit 3b80af3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ 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@v3.5.3 # Marketplace - https://github.com/marketplace/actions/checkout
uses: actions/checkout@v4 # Marketplace - https://github.com/marketplace/actions/checkout

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1.0.6 # Marketplace - https://github.com/marketplace/actions/rust-toolchain
uses: actions-rs/toolchain@v1 # Marketplace - https://github.com/marketplace/actions/rust-toolchain
with:
profile: minimal
toolchain: stable
Expand Down
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3b80af3

Please sign in to comment.