Skip to content

Commit

Permalink
chore(deps): bump jbangdev/jbang-action from 0.117.1 to 0.118.0
Browse files Browse the repository at this point in the history
Bumps [jbangdev/jbang-action](https://github.com/jbangdev/jbang-action) from 0.117.1 to 0.118.0.
- [Release notes](https://github.com/jbangdev/jbang-action/releases)
- [Commits](jbangdev/jbang-action@9f8c55e...4d41821)

---
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 andreaTP committed Sep 13, 2024
1 parent 5da739a commit 83d0690
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
MAVEN_OPTS: "-Dmaven.repo.local=${{ github.workspace }}/repository"
# Test root Readme
- name: jbang
uses: jbangdev/jbang-action@9f8c55e0a2b6b297711162b20c209c5e07076e59 # tag=v0.117.1
uses: jbangdev/jbang-action@4d418212d8b3a80dddd94e8ba1b68e6ef3f7afd2 # tag=v0.118.0
with:
script: README.md
env:
Expand All @@ -75,7 +75,7 @@ jobs:
run: diff -r ./readmes/main/expected ./readmes/main/current
# Test wasi Readme
- name: jbang
uses: jbangdev/jbang-action@9f8c55e0a2b6b297711162b20c209c5e07076e59 # tag=v0.117.1
uses: jbangdev/jbang-action@4d418212d8b3a80dddd94e8ba1b68e6ef3f7afd2 # tag=v0.118.0
with:
script: wasi/README.md
env:
Expand All @@ -84,14 +84,14 @@ jobs:
run: diff -r ./readmes/wasi/expected ./readmes/wasi/current
# Test AOT Readme
- name: jbang
uses: jbangdev/jbang-action@9f8c55e0a2b6b297711162b20c209c5e07076e59 # tag=v0.117.1
uses: jbangdev/jbang-action@4d418212d8b3a80dddd94e8ba1b68e6ef3f7afd2 # tag=v0.118.0
with:
script: aot/README.md
env:
JBANG_REPO: "${{ github.workspace }}/repository"
# Test WASM Readme
- name: jbang
uses: jbangdev/jbang-action@9f8c55e0a2b6b297711162b20c209c5e07076e59 # tag=v0.117.1
uses: jbangdev/jbang-action@4d418212d8b3a80dddd94e8ba1b68e6ef3f7afd2 # tag=v0.118.0
with:
script: wasm/README.md
env:
Expand Down

0 comments on commit 83d0690

Please sign in to comment.