From d318e9d69a0f27fd1d27de9d0bf12f4aeaed1c9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 20:49:43 +0000 Subject: [PATCH] chore(deps): bump changesets/action Bumps [changesets/action](https://github.com/changesets/action) from b98cec97583b917ff1dc6179dd4d230d3e439894 to 04d574e831923498156e0b2b93152878063203a3. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/changesets/action/compare/b98cec97583b917ff1dc6179dd4d230d3e439894...04d574e831923498156e0b2b93152878063203a3) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 04d574e831923498156e0b2b93152878063203a3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-hotfix.yml | 2 +- .github/workflows/publish-latest.yml | 2 +- .github/workflows/version-packages.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-hotfix.yml b/.github/workflows/publish-hotfix.yml index 70ec0d0e0f..6237e4309f 100644 --- a/.github/workflows/publish-hotfix.yml +++ b/.github/workflows/publish-hotfix.yml @@ -90,7 +90,7 @@ jobs: - name: Build packages run: yarn build - name: Publish to @latest - uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894 + uses: changesets/action@04d574e831923498156e0b2b93152878063203a3 with: publish: yarn publish:latest env: diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index 918dbd0dc0..23701e94e6 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -85,7 +85,7 @@ jobs: - name: Build packages run: yarn build - name: Publish to @latest - uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894 + uses: changesets/action@04d574e831923498156e0b2b93152878063203a3 with: publish: yarn publish:latest env: diff --git a/.github/workflows/version-packages.yml b/.github/workflows/version-packages.yml index b1e7a55df0..92cb76aad5 100644 --- a/.github/workflows/version-packages.yml +++ b/.github/workflows/version-packages.yml @@ -39,7 +39,7 @@ jobs: run: yarn --frozen-lockfile - name: Create or update Version Packages PR if: ${{ steps.has-changesets.outputs.has-changesets == 'true' }} - uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894 + uses: changesets/action@04d574e831923498156e0b2b93152878063203a3 with: version: yarn bumpVersions # Use the current branch as the base for the PR