Skip to content

Commit

Permalink
chore(deps): bump ExodusMovement/lerna-release-action
Browse files Browse the repository at this point in the history
Bumps [ExodusMovement/lerna-release-action](https://github.com/exodusmovement/lerna-release-action) from f7bb33dbbd7a57206eea2fcb79d7fcc2a61bcbb9 to 0e69797f772c12962c090c1aec967e5b277146fc.
- [Commits](ExodusMovement/lerna-release-action@f7bb33d...0e69797)

---
updated-dependencies:
- dependency-name: ExodusMovement/lerna-release-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 7f9a446 commit c8a6c14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: yarn install --immutable
- name: Build
run: yarn build
- uses: ExodusMovement/lerna-release-action/publish@f7bb33dbbd7a57206eea2fcb79d7fcc2a61bcbb9
- uses: ExodusMovement/lerna-release-action/publish@0e69797f772c12962c090c1aec967e5b277146fc
id: publish
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/version-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ExodusMovement/lerna-release-action/version-dispatch@f7bb33dbbd7a57206eea2fcb79d7fcc2a61bcbb9
- uses: ExodusMovement/lerna-release-action/version-dispatch@0e69797f772c12962c090c1aec967e5b277146fc
with:
version-workflow-id: version.yaml
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Prepare
run: yarn prepare
- name: Version
uses: ExodusMovement/lerna-release-action/version@f7bb33dbbd7a57206eea2fcb79d7fcc2a61bcbb9
uses: ExodusMovement/lerna-release-action/version@0e69797f772c12962c090c1aec967e5b277146fc
with:
github-token: ${{ secrets.GH_AUTOMATION_PAT }}
packages: ${{ inputs.packages }}
Expand Down

0 comments on commit c8a6c14

Please sign in to comment.