Skip to content

Commit

Permalink
Merge pull request #15 from jbr/dependabot/github_actions/Swatinem/ru…
Browse files Browse the repository at this point in the history
…st-cache-2.7.1

Bump Swatinem/rust-cache from 2.6.1 to 2.7.1
  • Loading branch information
jbr authored Nov 23, 2023
2 parents 92150e3 + ebd1d3c commit 0bd93a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.1
uses: Swatinem/rust-cache@v2.7.1

- name: Run tests
uses: actions-rs/cargo@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
components: rustfmt, clippy
override: true
- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.1
uses: Swatinem/rust-cache@v2.7.1
- name: Build Documentation
run: >-
RUSTDOCFLAGS="-Z unstable-options --enable-index-page"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
override: true

- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.1
uses: Swatinem/rust-cache@v2.7.1

- name: Install required cargo
run: cargo install clippy-sarif sarif-fmt
Expand Down

0 comments on commit 0bd93a6

Please sign in to comment.