Skip to content

Commit

Permalink
Merge pull request #37 from primer/dependabot/github_actions/changese…
Browse files Browse the repository at this point in the history
…ts/action-1.4.7

Bump changesets/action from 1.4.5 to 1.4.7
  • Loading branch information
lukasoppermann committed Apr 15, 2024
2 parents 00ae60a + 83f39c0 commit 69b8629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ jobs:
- name: Create release pull request or publish to npm
id: changesets
# 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@aba318e9165b45b7948c60273e0b72fce0a64eb9
with:
title: ${{ inputs.title }}
# This expects you to have a script called release which does a build for your packages and calls changeset publish
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release_with_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,8 @@ jobs:
- name: Create release pull request or publish to npm
id: changesets
# 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@aba318e9165b45b7948c60273e0b72fce0a64eb9
with:
title: ${{ inputs.title }}
# 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 69b8629

Please sign in to comment.