Skip to content

Commit 453c859

Browse files
Bump changesets/action from 1.5.0 to 1.5.3 (#56)
Bumps [changesets/action](https://github.com/changesets/action) from 1.5.0 to 1.5.3. - [Release notes](https://github.com/changesets/action/releases) - [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md) - [Commits](changesets/action@746c25e...e0145ed) --- updated-dependencies: - dependency-name: changesets/action dependency-version: 1.5.3 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 709f24e commit 453c859

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: changesets
6565
# Uses SHA for security hardening
6666
# Please keep this up-to-date if you're changing the SHA below
67-
uses: changesets/action@746c25e23caa47dceb6a48ee85b4cbc5a9f5f293
67+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
6868
with:
6969
title: ${{ inputs.title }}
7070
# This expects you to have a script called release which does a build for your packages and calls changeset publish

.github/workflows/release_with_app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: changesets
8383
# Uses SHA for security hardening
8484
# Please keep this up-to-date if you're changing the SHA below
85-
uses: changesets/action@746c25e23caa47dceb6a48ee85b4cbc5a9f5f293
85+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba
8686
with:
8787
title: ${{ inputs.title }}
8888
# This expects you to have a script called release which does a build for your packages and calls changeset publish

0 commit comments

Comments
 (0)