Skip to content

Commit 1d61aa8

Browse files
committed
Revert to previous version of jbang action
1 parent 23cd644 commit 1d61aa8

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.116.0
77+
uses: jbangdev/jbang-action@v0.111.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.116.0
56+
uses: jbangdev/jbang-action@v0.111.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)