Skip to content
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

github-actions: bump actions/cache from 3.0.8 to 3.0.10 #7

Closed
Closed
Show file tree
Hide file tree
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
Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Cache ~/.cargo
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: ~/.cargo
key: cbindgen
Expand All @@ -150,7 +150,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1239,7 +1239,7 @@ jobs:

# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1302,7 +1302,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down Expand Up @@ -1439,7 +1439,7 @@ jobs:
steps:
# Cache Rust stuff.
- name: Cache cargo registry
uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
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@fd5de65bc895cf536527842281bea11763fefd77
uses: actions/cache@56461b9eb0f8438fd15c7a9968e3c9ebb18ceff1
with:
path: ~/.cargo/registry
key: cargo-registry
Expand Down