Skip to content

Commit

Permalink
ci: bump sccache to v0.9.1 (#4655)
Browse files Browse the repository at this point in the history
* ci: bump sccache to v0.9.1

* patch
  • Loading branch information
yihau authored Jan 30, 2025
1 parent 7d8cdd9 commit 644091a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- uses: mozilla-actions/[email protected]
with:
version: "v0.8.1"
version: "v0.9.1"

# took the workaround from https://github.com/sfackler/rust-openssl/issues/2149
- name: Set Perl environment variables
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstream-project-anchor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: mozilla-actions/[email protected]
with:
version: "v0.8.1"
version: "v0.9.1"

- shell: bash
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/downstream-project-spl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: mozilla-actions/[email protected]
with:
version: "v0.8.1"
version: "v0.9.1"

- shell: bash
run: |
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: mozilla-actions/[email protected]
with:
version: "v0.8.1"
version: "v0.9.1"

- shell: bash
run: |
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- uses: mozilla-actions/[email protected]
with:
version: "v0.8.1"
version: "v0.9.1"

- shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/svm-exampls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: mozilla-actions/[email protected]
with:
version: "v0.8.1"
version: "v0.9.1"

- shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ARG \
RUST_NIGHTLY_VERSION= \
GOLANG_VERSION=1.21.3 \
NODE_MAJOR=18 \
SCCACHE_VERSION=v0.8.1 \
SCCACHE_VERSION=v0.9.1 \
GRCOV_VERSION=v0.8.18

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion ci/docker/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export CI_DOCKER_ARG_RUST_VERSION="${rust_stable}"
export CI_DOCKER_ARG_RUST_NIGHTLY_VERSION="${rust_nightly}"
export CI_DOCKER_ARG_GOLANG_VERSION=1.21.3
export CI_DOCKER_ARG_NODE_MAJOR=18
export CI_DOCKER_ARG_SCCACHE_VERSION=v0.8.1
export CI_DOCKER_ARG_SCCACHE_VERSION=v0.9.1
export CI_DOCKER_ARG_GRCOV_VERSION=v0.8.18

hash_vars=(
Expand Down

0 comments on commit 644091a

Please sign in to comment.