diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bd79d0..361b0d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: extra-conf: lazy-trees = true - name: Set up FlakeHub Cache - uses: DeterminateSystems/flakehub-cache-action@v2 + uses: DeterminateSystems/flakehub-cache-action@v3 - name: Install Rust (${{ matrix.toolchain.name }}) uses: actions-rust-lang/setup-rust-toolchain@v1.12.0 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3d3313e..7d4d00e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -24,7 +24,7 @@ jobs: extra-conf: lazy-trees = true - name: Set up FlakeHub Cache - uses: DeterminateSystems/flakehub-cache-action@v2 + uses: DeterminateSystems/flakehub-cache-action@v3 - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1.5.0