diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83591ad0..02ae8501 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - if: steps.filter.outputs.relevant == 'true' - uses: DeterminateSystems/nix-installer-action@v22 + uses: DeterminateSystems/nix-installer-action@v23 with: summarize: false - if: steps.filter.outputs.relevant == 'true' @@ -128,7 +128,7 @@ jobs: packages: ${{ steps.packages.outputs.result }} steps: - uses: actions/checkout@v7 - - uses: DeterminateSystems/nix-installer-action@v22 + - uses: DeterminateSystems/nix-installer-action@v23 - id: checks run: | CHECKS=$(nix eval .#checks.x86_64-linux \ @@ -150,7 +150,7 @@ jobs: check: ${{ fromJSON(needs.list.outputs.checks) }} steps: - uses: actions/checkout@v7 - - uses: DeterminateSystems/nix-installer-action@v22 + - uses: DeterminateSystems/nix-installer-action@v23 - uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: "disabled" @@ -165,7 +165,7 @@ jobs: package: ${{ fromJSON(needs.list.outputs.packages) }} steps: - uses: actions/checkout@v7 - - uses: DeterminateSystems/nix-installer-action@v22 + - uses: DeterminateSystems/nix-installer-action@v23 - uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: "disabled" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1766a9d3..3582b7de 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v7 with: ref: v${{ needs.publish.outputs.version }} - - uses: DeterminateSystems/nix-installer-action@v22 + - uses: DeterminateSystems/nix-installer-action@v23 - uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: "disabled" @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@v7 with: ref: v${{ needs.publish.outputs.version }} - - uses: DeterminateSystems/nix-installer-action@v22 + - uses: DeterminateSystems/nix-installer-action@v23 - uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: "disabled" @@ -153,7 +153,7 @@ jobs: - uses: actions/checkout@v7 with: ref: v${{ needs.publish.outputs.version }} - - uses: DeterminateSystems/nix-installer-action@v22 + - uses: DeterminateSystems/nix-installer-action@v23 - uses: DeterminateSystems/magic-nix-cache-action@v15 with: use-flakehub: "disabled"