From 0594dfeb72fddabf778c87c77a18a15598291cf7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 18 Oct 2022 19:47:28 +0200 Subject: [PATCH] Update hendrikmuhs/ccache-action to avoid deprecation warnings Upgrade it to v1.2.3. --- .github/workflows/ci.yml | 2 +- .github/workflows/ci_msw_cross.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6fc965d0e..9dba17ead6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -164,7 +164,7 @@ jobs: submodules: 'recursive' - name: Install CCache - uses: hendrikmuhs/ccache-action@578e14bc3f06099346125f52ed0008433eccbedf + uses: hendrikmuhs/ccache-action@v1.2.3 with: key: ${{ matrix.name }} diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index 1ce02cfb64..50f7061684 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -134,7 +134,7 @@ jobs: submodules: 'recursive' - name: Install CCache - uses: hendrikmuhs/ccache-action@578e14bc3f06099346125f52ed0008433eccbedf + uses: hendrikmuhs/ccache-action@v1.2.3 with: key: ${{ matrix.name }}