From 130dffed8cc014d3d9bf1ea66505af781fc50cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 19:41:08 +0000 Subject: [PATCH] github-actions: bump actions/cache from 3.0.3 to 3.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/30f413bfed0a2bc738fdfd409e5a9e96b24545fd...c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/builds.yml | 22 +++++++++++----------- .github/workflows/commits.yml | 2 +- .github/workflows/formatting.yml | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 124ff67a4c..36b0ed9a64 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo key: cargo @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo key: cbindgen @@ -150,7 +150,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -328,7 +328,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -415,7 +415,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -502,7 +502,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -936,7 +936,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -1007,7 +1007,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -1099,7 +1099,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -1161,7 +1161,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry @@ -1293,7 +1293,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 0d5ced18e1..f7db0300d7 100644 --- a/.github/workflows/commits.yml +++ b/.github/workflows/commits.yml @@ -16,7 +16,7 @@ jobs: container: ubuntu:20.04 steps: - name: Caching ~/.cargo - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo key: commit-check-cargo diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 91896fa677..c2402f8b59 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -25,7 +25,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@30f413bfed0a2bc738fdfd409e5a9e96b24545fd + uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d with: path: ~/.cargo/registry key: cargo-registry