Skip to content

Commit

Permalink
github-actions: bump actions/cache from 3.0.10 to 3.0.11
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.10 to 3.0.11.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.10...9b0c1fc)

---
updated-dependencies:
- dependency-name: actions/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 victorjulien committed Oct 28, 2022
1 parent 6673846 commit 6a9b7cf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ~/.cargo
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo
key: cargo
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ~/.cargo
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo
key: cbindgen
Expand All @@ -150,7 +150,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -449,7 +449,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -539,7 +539,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -633,7 +633,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -724,7 +724,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1132,7 +1132,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1204,7 +1204,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1299,7 +1299,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1362,7 +1362,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1499,7 +1499,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: ubuntu:20.04
steps:
- name: Caching ~/.cargo
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo
key: commit-check-cargo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: almalinux:9
steps:
- name: Cache rust
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
with:
path: ~/.cargo
key: check-rust
Expand Down

0 comments on commit 6a9b7cf

Please sign in to comment.