Skip to content

Commit

Permalink
Bump vsoch/pull-request-action from 1.0.15 to 1.1.1 (#12)
Browse files Browse the repository at this point in the history
Bumps [vsoch/pull-request-action](https://github.com/vsoch/pull-request-action) from 1.0.15 to 1.1.1.
- [Release notes](https://github.com/vsoch/pull-request-action/releases)
- [Changelog](https://github.com/vsoch/pull-request-action/blob/master/CHANGELOG.md)
- [Commits](vsoch/pull-request-action@1.0.15...1.1.1)

---
updated-dependencies:
- dependency-name: vsoch/pull-request-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 93754a6 commit f576b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
context.payload.ref.startsWith("refs/heads/hotfix") ||
context.payload.ref.startsWith("refs/heads/bug");
- name: pull-request-action
uses: vsoch/pull-request-action@1.0.15
uses: vsoch/pull-request-action@1.1.1
if: always() && steps.should-pr.outputs.result
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit f576b84

Please sign in to comment.