diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7619190..a4cd7da 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Log into registry ${{ env.REGISTRY }} if: github.ref_type == 'tag'