diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 461986d..22d7e63 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v13 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6d6e2fe..bd48c4f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v13 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v4 - name: Install nix - uses: DeterminateSystems/nix-installer-action@v9 + uses: DeterminateSystems/nix-installer-action@v13 - name: Setup magic-nix-cache uses: DeterminateSystems/magic-nix-cache-action@main