From 2e7517f650b4562596a137b51812c2a3df3bc294 Mon Sep 17 00:00:00 2001 From: renovate[bot] Date: Tue, 6 May 2025 12:14:04 +0200 Subject: chore(deps): update changesets/action action to v1.5.0 (#3179) --- .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 9f070f98..74bb8469 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: run: pnpm i - name: Create Release Pull Request - uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc # v1.4.10 + uses: changesets/action@746c25e23caa47dceb6a48ee85b4cbc5a9f5f293 # v1.5.0 with: version: pnpm run version publish: pnpm changeset publish -- cgit