Skip to content

Commit

Permalink
Bump the actions-minor group with 1 update
Browse files Browse the repository at this point in the history
Bumps the actions-minor group with 1 update: [issue-ops/parser](https://github.com/issue-ops/parser).


Updates `issue-ops/parser` from 0.2.3 to 0.3.0
- [Release notes](https://github.com/issue-ops/parser/releases)
- [Commits](issue-ops/parser@v0.2.3...v0.3.0)

---
updated-dependencies:
- dependency-name: issue-ops/parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent c8eb60e commit 19fc57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-created.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Parse the issue body and convert it to JSON.
- name: Parse Issue Body
id: parse
uses: issue-ops/parser@v0.2.3
uses: issue-ops/parser@v0.3.0
with:
body: ${{ github.event.issue.body }}
issue-form-template: example-request.yml
Expand Down

0 comments on commit 19fc57a

Please sign in to comment.