diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 227f08fb..5eafb5fe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: hendrikmuhs/ccache-action@v1.2 + - uses: hendrikmuhs/ccache-action@v1.2.23 with: key: linux-${{ matrix.architecture }}-${{ matrix.features }}-${{ matrix.configuration }} - name: Install Packages @@ -112,7 +112,7 @@ jobs: - uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: hendrikmuhs/ccache-action@v1.2 + - uses: hendrikmuhs/ccache-action@v1.2.23 with: key: windows-${{ matrix.features }}-${{ matrix.configuration }} - uses: msys2/setup-msys2@v2