Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent 7d01092 commit 4096495
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate Cargo.lock
run: cargo generate-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-crate-features.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
targets: ${{ matrix.target }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate Cargo.lock
run: cargo generate-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
components: clippy, rustfmt

- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Generate Cargo.lock
run: cargo generate-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: dtolnay/rust-toolchain@stable

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Publish release on crates.io
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install cargo-audit
run: cargo install cargo-audit

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Cache Rust toolchain and build artifacts
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit 4096495

Please sign in to comment.