diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 021c990cb..41328a482 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@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30 + uses: cachix/install-nix-action@02a151ada4993995686f9ed4f1be7cfbb229e56f # v31 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} if: github.ref_type == 'tag'