diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6615de5..b54786d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,7 +22,7 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - name: Log into registry ${{ env.REGISTRY }} if: github.ref_type == 'tag'