Skip to content

Commit

Permalink
chore(deps): bump changesets/action from 1.4.5 to 1.4.6 (#4282)
Browse files Browse the repository at this point in the history
Bumps [changesets/action](https://github.com/changesets/action) from 1.4.5 to 1.4.6.
- [Release notes](https://github.com/changesets/action/releases)
- [Changelog](https://github.com/changesets/action/blob/main/CHANGELOG.md)
- [Commits](changesets/action@f13b1ba...e2f8e96)

---
updated-dependencies:
- dependency-name: changesets/action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and lukasoppermann committed Apr 16, 2024
1 parent 8abbd50 commit 3f90151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# Uses SHA for security hardening
# Currently pointing at a commit for the v1.4.1 tag
# Please keep this up-to-date if you're changing the SHA below
uses: changesets/action@f13b1baaa620fde937751f5d2c3572b9da32af23
uses: changesets/action@e2f8e964d080ae97c874b19e27b12e0a8620fb6c
with:
title: Release tracking
# This expects you to have a script called release which does a build for your packages and calls changeset publish
Expand Down

0 comments on commit 3f90151

Please sign in to comment.