diff options
author | renovate[bot] | 2025-05-06 12:14:04 +0200 |
---|---|---|
committer | GitHub | 2025-05-06 12:14:04 +0200 |
commit | 2e7517f650b4562596a137b51812c2a3df3bc294 (patch) | |
tree | 1858b00a33b84ad1aa23bcc6b0351e35910ed4c6 | |
parent | ca693feb4b6aa9f26b3d536d284288773b788ac6 (diff) | |
download | IT.starlight-2e7517f650b4562596a137b51812c2a3df3bc294.tar.gz IT.starlight-2e7517f650b4562596a137b51812c2a3df3bc294.tar.bz2 IT.starlight-2e7517f650b4562596a137b51812c2a3df3bc294.zip |
chore(deps): update changesets/action action to v1.5.0 (#3179)
-rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |