Skip to content

Commit

Permalink
Bump jbangdev/jbang-action from 0.111.0 to 0.116.0
Browse files Browse the repository at this point in the history
Bumps [jbangdev/jbang-action](https://github.com/jbangdev/jbang-action) from 0.111.0 to 0.116.0.
- [Release notes](https://github.com/jbangdev/jbang-action/releases)
- [Commits](jbangdev/jbang-action@v0.111.0...v0.116.0)

---
updated-dependencies:
- dependency-name: jbangdev/jbang-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and holly-cummins committed Jun 18, 2024
1 parent 8e97556 commit 1812293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
key: gatsby-build-github-queries-${{ steps.date.outputs.month }}-${{ steps.date.outputs.day }}-${{ github.run_id }}-${{ github.run_attempt }}

- name: Raise defects if needed
uses: jbangdev/jbang-action@v0.111.0
uses: jbangdev/jbang-action@v0.116.0
# Only try and raise defects on the main builds
if: "github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule')"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-external-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
PATH_PREFIX: "${{ github.ref_name == 'main' && 'extensions' || '' }}"
PATH_PREFIX_FLAG: "${{ github.ref_name == 'main' && '--prefix-paths' || '' }}"
- name: Raise defects if needed
uses: jbangdev/jbang-action@v0.111.0
uses: jbangdev/jbang-action@v0.116.0
if: always() # we *especially* want to run this if the link checker failed
with:
script: site-validation/dead-link-issue.java
Expand Down

0 comments on commit 1812293

Please sign in to comment.