]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: adopt ccache-action v1.2.17 (#2057)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Fri, 25 Apr 2025 11:39:25 +0000 (11:39 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 28 Apr 2025 14:58:46 +0000 (14:58 +0000)
GitHub deprecated v1 of its cache API. Adopt the latest version of
ccache-action, which uses action/cache v4.0.0, which uses cache API v2.

.github/workflows/quick.yaml
.github/workflows/slow.yaml

index 60230415163ad269558e3f8e3760f7969e609172..1763bb7c65a7f9e69a8854efb6fb0d50c170241f 100644 (file)
@@ -142,7 +142,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Setup ccache
-        uses: hendrikmuhs/ccache-action@v1.2.14
+        uses: hendrikmuhs/ccache-action@v1.2.17
         with:
           verbose: 2 # default 0
           key: ${{ matrix.os }}-${{ matrix.compiler.CC }}-${{ matrix.layer.nick }}
index f055d9656962b19617e5f121893428caa26996e1..60596d602ef99ee130c43b84c0087d3f06a9fd05 100644 (file)
@@ -65,7 +65,7 @@ jobs:
         uses: actions/checkout@v4
 
       - name: Setup ccache
-        uses: hendrikmuhs/ccache-action@v1.2.14
+        uses: hendrikmuhs/ccache-action@v1.2.17
         with:
           verbose: 2 # default 0
           key: ${{ matrix.os }}-${{ matrix.compiler.CC }}-${{ matrix.layer.nick }}