From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:35:50 +0000 (+0000) Subject: github-actions: bump actions/cache from 3.0.6 to 3.0.7 X-Git-Tag: suricata-7.0.0-beta1~289 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8cf25a21a6255a0a0eb8d95f97eee43479654b7;p=thirdparty%2Fsuricata.git github-actions: bump actions/cache from 3.0.6 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7. - [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/v3.0.6...a7c34adf76222e77931dedbf4a45b2e4648ced19) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index d4b006aedb..214a04cb90 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@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo key: cargo @@ -123,7 +123,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Cache ~/.cargo - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo key: cbindgen @@ -150,7 +150,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -258,7 +258,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -449,7 +449,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -540,7 +540,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -631,7 +631,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -1072,7 +1072,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -1144,7 +1144,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -1237,7 +1237,7 @@ jobs: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -1300,7 +1300,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry @@ -1437,7 +1437,7 @@ jobs: steps: # Cache Rust stuff. - name: Cache cargo registry - uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry diff --git a/.github/workflows/commits.yml b/.github/workflows/commits.yml index 6aadfeea90..5507ce4b14 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@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo key: commit-check-cargo diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index dad87b653a..9ce2afb1bb 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@f4278025ab0f432ce369118909e46deec636f50c + uses: actions/cache@a7c34adf76222e77931dedbf4a45b2e4648ced19 with: path: ~/.cargo/registry key: cargo-registry