diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a7974f..252482a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Setup sccache (Windows) if: runner.os == 'Windows' - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 env: SCCACHE_GHA_ENABLED: "true" @@ -295,7 +295,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Configure run: > diff --git a/.github/workflows/test-sccache.yml b/.github/workflows/test-sccache.yml index dcb4b20..ab28eb5 100644 --- a/.github/workflows/test-sccache.yml +++ b/.github/workflows/test-sccache.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Create test project shell: pwsh