Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Bump Swatinem/rust-cache from 2.2.1 to 2.5.1
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.1 to 2.5.1.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.2.1...v2.5.1)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and garryod committed Jul 25, 2023
1 parent ffcd2db commit 775163e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.2.1
uses: Swatinem/rust-cache@v2.5.1

- name: Check Formatting
uses: actions-rs/cargo@v1.0.3
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.2.1
uses: Swatinem/rust-cache@v2.5.1

- name: Create test_data directory
run: mkdir test_data
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:
default: true

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.2.1
uses: Swatinem/rust-cache@v2.5.1

- name: Build docs
uses: actions-rs/cargo@v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
default: true

- name: Cache Rust Build
uses: Swatinem/rust-cache@v2.2.1
uses: Swatinem/rust-cache@v2.5.1

- name: Generate Schema
uses: actions-rs/cargo@v1.0.3
Expand Down

0 comments on commit 775163e

Please sign in to comment.