Skip to content

Commit

Permalink
Merge pull request #37 from asaaki/dependabot/github_actions/Swatinem…
Browse files Browse the repository at this point in the history
…/rust-cache-2.7.7
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
2 parents 751d250 + c5c4cc6 commit e0ddd63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo audit
run: cargo install cargo-audit --locked
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
with:
cache-all-crates: true

Expand All @@ -47,7 +47,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
with:
cache-all-crates: true

Expand Down

0 comments on commit e0ddd63

Please sign in to comment.