Skip to content

Commit

Permalink
github-actions: bump actions/cache from 3.0.2 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@48af2dc...30f413b)

---
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 Jun 1, 2022
1 parent db73a12 commit 0dd7c23
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
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@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo
key: cbindgen
Expand All @@ -150,7 +150,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -502,7 +502,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -936,7 +936,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1007,7 +1007,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1099,7 +1099,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1161,7 +1161,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1293,7 +1293,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
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@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
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@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down

0 comments on commit 0dd7c23

Please sign in to comment.