diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83bab391..fb16149c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: if: github.ref_type == 'tag' - name: Install Nix - uses: cachix/install-nix-action@8887e596b4ee1134dae06b98d573bd674693f47c # v26 + uses: cachix/install-nix-action@ba0dd844c9180cbf77aa72a116d6fbc515d0e87b # v27 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} if: github.ref_type == 'tag'