diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 34aec0d..cd298c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: # This makes Actions fetch all Git history so that Changesets # can generate changelogs with the correct commits.