diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e32f57e2..f00e7d22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -170,7 +170,7 @@ jobs: if: github.ref_type == 'tag' - name: Install Nix - uses: cachix/install-nix-action@9f70348d77d0422624097c4b7a75563948901306 # v29 + uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} if: github.ref_type == 'tag'