Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5.
- [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.7.3...v2.7.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 626c512 commit b7f88bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compiler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v4
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
# steps:
# - uses: actions/checkout@v4
# - uses: dsherret/rust-toolchain-file@v1
# - uses: Swatinem/[email protected].3
# - uses: Swatinem/[email protected].5
# - name: Cache LLVM and Clang
# id: cache-llvm
# uses: actions/cache@v4
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
# toolchain file's path.
- run: cp candy/rust-toolchain.toml ./
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v4
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dsherret/rust-toolchain-file@v1
- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
- name: Cache cargo plugins
uses: actions/cache@v4
with:
Expand Down

0 comments on commit b7f88bb

Please sign in to comment.