Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent 1c126c2 commit c7a8985
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.70.0
with:
components: clippy
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- uses: 10XGenomics/clippy-check@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@1.70.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: dtolnay/rust-toolchain@1.70.0
with:
components: rustfmt
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check Rust formatting
run: cargo fmt -- --check
- uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit c7a8985

Please sign in to comment.