From 58fe8a22a92b5964352eb5482758af9ea187647e Mon Sep 17 00:00:00 2001 From: iTrooz Date: Mon, 5 Jan 2026 08:20:38 +0100 Subject: [PATCH] ci: use hendrikmuhs/ccache-action@v1, not @main --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a22e6b2e3..dcf568559 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: submodules: recursive - name: 📜 Setup ccache - uses: hendrikmuhs/ccache-action@main + uses: hendrikmuhs/ccache-action@v1 id: cache-ccache with: key: ${{ runner.os }}-mingw-ccache-${{ github.run_id }} @@ -237,7 +237,7 @@ jobs: arch: ${{ matrix.vs_arch }} - name: 📜 Setup ccache - uses: hendrikmuhs/ccache-action@main + uses: hendrikmuhs/ccache-action@v1 id: cache-ccache with: key: ${{ runner.os }}-msvc-${{ matrix.vs_arch }}-ccache-${{ github.run_id }}