From e57c60e3d88abe1c9c9fa16c992ccca4fa79e260 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Jan 2025 18:38:55 +0100 Subject: [PATCH] .github/workflows/build.yml: update hendrikmuhs/ccache-action to v1.2 --- .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 3d82623d8..751f07563 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,7 @@ jobs: - id: checkout uses: actions/checkout@v2 - id: cache-ccache - uses: hendrikmuhs/ccache-action@v1 + uses: hendrikmuhs/ccache-action@v1.2 with: key: linux - name: Install dependencies @@ -107,7 +107,7 @@ jobs: uses: actions/checkout@v2 - id: cache-ccache - uses: hendrikmuhs/ccache-action@v1 + uses: hendrikmuhs/ccache-action@v1.2 with: key: macos