Skip to content

Commit 23cd644

Browse files
dependabot[bot]holly-cummins
authored andcommitted
Bump jbangdev/jbang-action from 0.111.0 to 0.116.0
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]>
1 parent 78697c3 commit 23cd644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
key: gatsby-build-github-queries-${{ steps.date.outputs.month }}-${{ steps.date.outputs.day }}-${{ github.run_id }}-${{ github.run_attempt }}
7575

7676
- name: Raise defects if needed
77-
uses: jbangdev/jbang-action@v0.111.0
77+
uses: jbangdev/jbang-action@v0.116.0
7878
# Only try and raise defects on the main builds
7979
if: "github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule')"
8080
with:

.github/workflows/check-external-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
PATH_PREFIX: "${{ github.ref_name == 'main' && 'extensions' || '' }}"
5454
PATH_PREFIX_FLAG: "${{ github.ref_name == 'main' && '--prefix-paths' || '' }}"
5555
- name: Raise defects if needed
56-
uses: jbangdev/jbang-action@v0.111.0
56+
uses: jbangdev/jbang-action@v0.116.0
5757
if: always() # we *especially* want to run this if the link checker failed
5858
with:
5959
script: site-validation/dead-link-issue.java

0 commit comments

Comments
 (0)