Skip to content

Commit

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

---
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 and kpreid committed Jan 16, 2024
1 parent 33c86c8 commit f96a64c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
- run: df -h .

# Load cache before doing any Rust builds
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
# This is not necessary for keying, but makes the GHA cache viewing page more helpful.
prefix-key: "v1-rust-${{ matrix.os }}-${{ matrix.toolchain }}-${{ matrix.depversions }}"
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
# libasound2-dev: needed for audio via `kira`

# Load cache before doing any Rust builds
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
# Reuse the cache from the normal `build` job instead of creating an independent one,
# to reduce redundant work and save disk space — but don't *write* to that cache, so
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
# Load cache before doing any Rust builds
# Note: we aren't depending on the build job so this cache might be stale, but the
# shorter time-to-useful-results seems worth it.
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
# Reuse the cache from the normal `build` job instead of creating an independent one,
# to reduce redundant work and save disk space — but don't *write* to that cache, so
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3

- name: Install Rust toolchain
run: |
Expand All @@ -355,7 +355,7 @@ jobs:
- uses: actions/checkout@v4

# The build is faster *without* this cache.
# - uses: Swatinem/[email protected].1
# - uses: Swatinem/[email protected].3

- name: Install Rust toolchain
run: |
Expand All @@ -379,7 +379,7 @@ jobs:
- uses: actions/checkout@v4

# Cache both the main workspace (for xtask builds) and the fuzzing workspace
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
workspaces: |
.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unstable-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# libasound2-dev: needed for audio via `kira`

# Load cache before doing any Rust builds
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
# This is not necessary for keying, but makes the GHA cache viewing page more helpful.
prefix-key: "v1-rust-unstablefeatures-${{ matrix.os }}-${{ matrix.depversions }}"
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
# This is not necessary for keying, but makes the GHA cache viewing page more helpful.
prefix-key: "v1-rust-unstablefeatures-ubuntu-locked"
Expand Down

0 comments on commit f96a64c

Please sign in to comment.