-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump Swatinem/rust-cache from 2.7.3 to 2.7.5
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
1 parent
21aa7a3
commit 680156d
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ jobs: | |
- run: df -h . | ||
|
||
# Load cache before doing any Rust builds | ||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
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 }}" | ||
|
@@ -206,7 +206,7 @@ jobs: | |
|
||
- uses: actions/checkout@v4 | ||
|
||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
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 | ||
|
@@ -294,7 +294,7 @@ jobs: | |
- run: df -h . | ||
|
||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
with: | ||
# We cannot reuse the cache from the `build` job, because `RUSTFLAGS=-Dwarnings` | ||
# would invalidate all cached artifacts anyway. | ||
|
@@ -353,7 +353,7 @@ jobs: | |
sudo apt-get -y install libxrandr-dev xorg-dev libx11-xcb-dev libwayland-dev libasound2-dev libudev-dev | ||
# Load cache before doing any Rust builds | ||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
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 | ||
|
@@ -426,7 +426,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].3 | ||
- uses: Swatinem/[email protected].5 | ||
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 | ||
|
@@ -464,7 +464,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
|
||
- name: Install Rust toolchain | ||
run: | | ||
|
@@ -487,7 +487,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
# The build is faster *without* this cache. | ||
# - uses: Swatinem/[email protected].3 | ||
# - uses: Swatinem/[email protected].5 | ||
|
||
- name: Install Rust toolchain | ||
run: | | ||
|
@@ -515,7 +515,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
# Cache both the main workspace (for xtask builds) and the fuzzing workspace | ||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
with: | ||
workspaces: | | ||
. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
# libudev-dev: needed for gamepad input via `gilrs` | ||
|
||
# Load cache before doing any Rust builds | ||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
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 }}" | ||
|
@@ -140,7 +140,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: Swatinem/[email protected].3 | ||
- uses: Swatinem/[email protected].5 | ||
with: | ||
# This is not necessary for keying, but makes the GHA cache viewing page more helpful. | ||
prefix-key: "v1-rust-unstablefeatures-ubuntu-locked" | ||
|