diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e687105..52242e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - name: Setup sccache (Windows) if: runner.os == 'Windows' - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 env: SCCACHE_GHA_ENABLED: "true" @@ -293,7 +293,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Configure run: > diff --git a/.github/workflows/test-sccache.yml b/.github/workflows/test-sccache.yml index b28951f..ec9e62a 100644 --- a/.github/workflows/test-sccache.yml +++ b/.github/workflows/test-sccache.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Create test project shell: pwsh