Skip to content

Commit

Permalink
Bump actions/cache from 4.0.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 224bbdc commit 188c18f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}

- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.1
with:
path: |
~/.cargo/bin/
Expand All @@ -76,7 +76,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./blur/Cargo.toml

- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.1
with:
path: |
~/.cargo/bin/
Expand All @@ -91,7 +91,7 @@ jobs:
command: build
args: --release --all-features --manifest-path ./intake/Cargo.toml

- uses: actions/cache@v4.0.0
- uses: actions/cache@v4.0.1
with:
path: |
~/.cargo/bin/
Expand Down

0 comments on commit 188c18f

Please sign in to comment.