From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Fri, 25 Apr 2025 11:39:25 +0000 (+0000) Subject: CI: adopt ccache-action v1.2.17 (#2057) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f35c1dcbd1cb66e9acde723e13bcf9e54fbd2a3a;p=thirdparty%2Fsquid.git CI: adopt ccache-action v1.2.17 (#2057) 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. --- diff --git a/.github/workflows/quick.yaml b/.github/workflows/quick.yaml index 6023041516..1763bb7c65 100644 --- a/.github/workflows/quick.yaml +++ b/.github/workflows/quick.yaml @@ -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 }} diff --git a/.github/workflows/slow.yaml b/.github/workflows/slow.yaml index f055d96569..60596d602e 100644 --- a/.github/workflows/slow.yaml +++ b/.github/workflows/slow.yaml @@ -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 }}