From 47787bf3d1fa8ad0a277f270185dca62e16af465 Mon Sep 17 00:00:00 2001 From: artus9033 Date: Tue, 30 Jun 2026 14:53:31 +0200 Subject: [PATCH] fix(ci): upgrade changesets action to newest version --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c2e4e349..e8131c3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,12 +24,11 @@ jobs: with: disable-cache: 'true' - - name: Build run: yarn build - name: Create Release Pull Request or Publish to NPM - uses: changesets/action@e9cc34b540dd3ad1b030c57fd97269e8f6ad905a # v1.4.9 + uses: changesets/action@a45c4d594aa4e2c509dc14a9f2b3b67ba3780d0d # v1.9.0 with: version: yarn ci:version publish: yarn ci:publish