From 323f6006ae047650359a535a8e79d5ca8d2c00d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 02:47:32 +0000 Subject: [PATCH] Bump changesets/action from 1.4.8 to 1.4.9 Bumps [changesets/action](https://github.com/changesets/action) from 1.4.8 to 1.4.9. - [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/3de3850952bec538fde60aac71731376e57b9b57...c8bada60c408975afd1a20b3db81d6eee6789308) --- updated-dependencies: - dependency-name: changesets/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1c516f..2729a50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: - uses: chainguard-dev/actions/setup-gitsign@57cb0b7560d9b9b081c15ac5ef689f73f4dda03e - name: Create Release Pull Request or Prepare release id: changesets - uses: changesets/action@3de3850952bec538fde60aac71731376e57b9b57 # v1.4.8 + uses: changesets/action@c8bada60c408975afd1a20b3db81d6eee6789308 # v1.4.9 with: # outputs versionExists=true if version already exists on nuget version: yarn run version ${{ env.PackageJson }} ${{ env.Csproj }}