Skip to content

github-actions: bump actions/cache from 3.0.2 to 3.3.0 #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ~/.cargo
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo
key: cargo
@@ -123,7 +123,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ~/.cargo
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo
key: cbindgen
@@ -150,7 +150,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -328,7 +328,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -415,7 +415,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -502,7 +502,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -576,7 +576,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -1010,7 +1010,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -1081,7 +1081,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -1173,7 +1173,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -1235,7 +1235,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
@@ -1367,7 +1367,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry
2 changes: 1 addition & 1 deletion .github/workflows/commits.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
container: ubuntu:20.04
steps:
- name: Caching ~/.cargo
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo
key: commit-check-cargo
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68
with:
path: ~/.cargo/registry
key: cargo-registry