diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 38916da..997e10b 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,9 +35,7 @@ jobs: uses: DeterminateSystems/nix-installer-action@main - name: Set up Nix cache - uses: DeterminateSystems/magic-nix-cache-action@main - with: - use-flakehub: true + uses: DeterminateSystems/flakehub-cache-action@main - name: Build and cache dev shell for ${{ matrix.systems.nix-system }} on ${{ matrix.systems.runner }} run: | diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a3cf4d7..894e3f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check flake.lock uses: DeterminateSystems/flake-checker-action@main with: @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: cargo test run: nix develop -c cargo test @@ -43,7 +43,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check flake.lock run: | nix develop -c \ @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check flake.lock run: | nix develop -c cargo run -- ./tests/flake.dirty.0.lock @@ -70,7 +70,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check flake.lock run: | nix develop -c cargo run @@ -83,7 +83,7 @@ jobs: - uses: actions/checkout@v4 - name: Install Nix uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check flake.lock run: | nix develop -c cargo run -- --fail-mode ./tests/flake.dirty.0.lock diff --git a/.github/workflows/ref-statuses.yaml b/.github/workflows/ref-statuses.yaml index 5f3d112..eaad4da 100644 --- a/.github/workflows/ref-statuses.yaml +++ b/.github/workflows/ref-statuses.yaml @@ -12,7 +12,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - name: Check ref statuses run: | diff --git a/.github/workflows/update-flake-lock.yaml b/.github/workflows/update-flake-lock.yaml index 7eaf167..13962bf 100644 --- a/.github/workflows/update-flake-lock.yaml +++ b/.github/workflows/update-flake-lock.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + - uses: DeterminateSystems/flakehub-cache-action@main - uses: DeterminateSystems/update-flake-lock@main with: pr-title: "Update flake.lock"