diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8bf587a..c82bf61 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4 - name: Log into registry ${{ env.REGISTRY }} if: github.ref_type == 'tag'