diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1731274..c7be60a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,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 7fd00a8..b412592 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