Skip to content

Commit 7a3e227

Browse files
dependabot[bot]holly-cummins
authored andcommitted
Bump jbangdev/jbang-action from 0.128.7 to 0.130.0
Bumps [jbangdev/jbang-action](https://github.com/jbangdev/jbang-action) from 0.128.7 to 0.130.0. - [Release notes](https://github.com/jbangdev/jbang-action/releases) - [Commits](jbangdev/jbang-action@v0.128.7...v0.130.0) --- updated-dependencies: - dependency-name: jbangdev/jbang-action dependency-version: 0.130.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94b8af8 commit 7a3e227

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
@@ -135,7 +135,7 @@ jobs:
135135
name: site
136136
path: site
137137
- name: Raise defects if needed
138-
uses: jbangdev/jbang-action@v0.128.7
138+
uses: jbangdev/jbang-action@v0.130.0
139139
if: "github.repository == 'quarkusio/extensions' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'schedule' || github.event_name == 'workflow_dispatch')"
140140
with:
141141
script: site-validation/bad-image-issue.java

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
PATH_PREFIX: "${{ github.ref_name == 'main' && 'extensions' || '' }}"
4949
PATH_PREFIX_FLAG: "${{ github.ref_name == 'main' && '--prefix-paths' || '' }}"
5050
- name: Raise defects if needed
51-
uses: jbangdev/jbang-action@v0.128.7
51+
uses: jbangdev/jbang-action@v0.130.0
5252
with:
5353
script: site-validation/dead-link-issue.java
5454
scriptargs: token=${{ secrets.GITHUB_TOKEN }} issueRepo=${{ github.repository }} runId=${{ github.run_id }} siteUrl=https://quarkus.io/extensions

0 commit comments

Comments
 (0)