From: Jason Ish Date: Wed, 16 Oct 2024 18:49:48 +0000 (-0600) Subject: github-ci: pin missed actions/cache X-Git-Tag: suricata-7.0.8~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d66c5ce7d8152d4105369c6232c589f7ad9f5a27;p=thirdparty%2Fsuricata.git github-ci: pin missed actions/cache In job: ubuntu-22-04-cov-fuzz --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 5a93fe5f6d..10ced3e6f2 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1470,7 +1470,7 @@ jobs: needs: [prepare-deps, prepare-cbindgen] steps: - name: Cache ~/.cargo - uses: actions/cache@v3.3.1 + uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 with: path: ~/.cargo/registry key: cargo-registry