diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 54842f01d..6f7dfefa4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: NX_BRANCH: ${{ github.head_ref || github.ref_name }} steps: - name: 🛎 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0