Skip to content

Commit

Permalink
Merge pull request #7 from jbr/dependabot/github_actions/Swatinem/rus…
Browse files Browse the repository at this point in the history
…t-cache-2.5.1

Bump Swatinem/rust-cache from 2.5.0 to 2.5.1
  • Loading branch information
jbr authored Jul 5, 2023
2 parents 371d89f + c0ec242 commit b15d788
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.5.0
uses: Swatinem/rust-cache@v2.5.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.5.0
uses: Swatinem/rust-cache@v2.5.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.5.0
uses: Swatinem/rust-cache@v2.5.1

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

0 comments on commit b15d788

Please sign in to comment.