Skip to content

Commit

Permalink
github-actions: bump actions/cache from 3.0.5 to 3.3.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.5...704facf)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 19, 2023
1 parent 6a5b0b2 commit 712fb0d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
24 changes: 12 additions & 12 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@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo
key: cbindgen
Expand All @@ -150,7 +150,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -540,7 +540,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1072,7 +1072,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1144,7 +1144,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1237,7 +1237,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1300,7 +1300,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1437,7 +1437,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
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@f4278025ab0f432ce369118909e46deec636f50c
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down

0 comments on commit 712fb0d

Please sign in to comment.