From 83d0690b8434771e682172dce33ad8e2717daf42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 03:36:54 +0000 Subject: [PATCH] chore(deps): bump jbangdev/jbang-action from 0.117.1 to 0.118.0 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](https://github.com/jbangdev/jbang-action/compare/9f8c55e0a2b6b297711162b20c209c5e07076e59...4d418212d8b3a80dddd94e8ba1b68e6ef3f7afd2) --- updated-dependencies: - dependency-name: jbangdev/jbang-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8f6a16ad8..7dcafeaec 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: @@ -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: