diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cf4d7b829..d4b9615de 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 @@ -38,7 +38,7 @@ jobs: - name: Create Release Pull Request or Publish to npm id: changesets - uses: changesets/action@v1.7.0 + uses: changesets/action@v1.8.0 with: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: npm run release