]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
github-ci: pin missed actions/cache
authorJason Ish <jason.ish@oisf.net>
Wed, 16 Oct 2024 18:49:48 +0000 (12:49 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 17 Oct 2024 10:38:59 +0000 (12:38 +0200)
In job: ubuntu-22-04-cov-fuzz

.github/workflows/builds.yml

index 5a93fe5f6d6b5f8d81dcd5316ba8012bf579897d..10ced3e6f2c868c0973e71027dcd084b5faa520b 100644 (file)
@@ -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