From 3317a71b90db680f51228b7e0354ec10baa0bbfe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 21:00:46 +0000 Subject: [PATCH] chore(deps): bump changesets/action Bumps [changesets/action](https://github.com/changesets/action) from b98cec97583b917ff1dc6179dd4d230d3e439894 to ff7179cf129faeb3e444f56e6290adef5901f936. - [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...ff7179cf129faeb3e444f56e6290adef5901f936) --- updated-dependencies: - dependency-name: changesets/action dependency-version: ff7179cf129faeb3e444f56e6290adef5901f936 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 d2966dc7c55..7219be529ac 100644 --- a/.github/workflows/publish-hotfix.yml +++ b/.github/workflows/publish-hotfix.yml @@ -93,7 +93,7 @@ jobs: - name: Build packages run: yarn build - name: Publish to @latest - uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894 + uses: changesets/action@ff7179cf129faeb3e444f56e6290adef5901f936 with: publish: yarn publish:latest env: diff --git a/.github/workflows/publish-latest.yml b/.github/workflows/publish-latest.yml index 90e1fbf0883..a35bdeb73a6 100644 --- a/.github/workflows/publish-latest.yml +++ b/.github/workflows/publish-latest.yml @@ -84,7 +84,7 @@ jobs: - name: Build packages run: yarn build - name: Publish to @latest - uses: changesets/action@b98cec97583b917ff1dc6179dd4d230d3e439894 + uses: changesets/action@ff7179cf129faeb3e444f56e6290adef5901f936 with: publish: yarn publish:latest env: diff --git a/.github/workflows/version-packages.yml b/.github/workflows/version-packages.yml index 2f971d858a3..ac7328a9589 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@ff7179cf129faeb3e444f56e6290adef5901f936 with: version: yarn bumpVersions env: