Skip to content

Commit 5d46400

Browse files
build(deps): bump backstage/changesets-action from 2.3.1 to 2.3.2 (#439)
Bumps [backstage/changesets-action](https://github.com/backstage/changesets-action) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/backstage/changesets-action/releases) - [Changelog](https://github.com/backstage/changesets-action/blob/main/CHANGELOG.md) - [Commits](backstage/changesets-action@291bfc1...a39baf1) --- updated-dependencies: - dependency-name: backstage/changesets-action dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15b8ed8 commit 5d46400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_workspace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Update Version Packages (${{ inputs.workspace }}) PR
8181
id: changesets-pr
8282
if: steps.release_check.outputs.needs_release != 'true' || inputs.force_release != true
83-
uses: backstage/changesets-action@291bfc1f76d1dcfbf967f5810dc0423592eae09a # v2.3.1
83+
uses: backstage/changesets-action@a39baf18913e669734ffb00c2fd9900472cfa240 # v2.3.2
8484
with:
8585
title: Version Packages (${{ inputs.workspace }})
8686
cwd: workspaces/${{ inputs.workspace }}

0 commit comments

Comments
 (0)