diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea79e9e8f..35cbf30b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting. @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting. @@ -84,7 +84,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting. @@ -211,7 +211,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting. @@ -277,7 +277,7 @@ jobs: uses: actions/checkout@v4 - name: Install Nix - uses: cachix/install-nix-action@V27 + uses: cachix/install-nix-action@V28 with: extra_nix_config: | ## Access token to avoid triggering GitHub's rate limiting.