From c6d8ddeac8519f1c239cc87a07faf4ea5e4b5356 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:33:59 +0000 Subject: [PATCH] chore(deps): bump redhat-actions/try-in-web-ide from 1.4 to 2 Bumps [redhat-actions/try-in-web-ide](https://github.com/redhat-actions/try-in-web-ide) from 1.4 to 2. - [Release notes](https://github.com/redhat-actions/try-in-web-ide/releases) - [Changelog](https://github.com/redhat-actions/try-in-web-ide/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/try-in-web-ide/compare/v1.4...v2) --- updated-dependencies: - dependency-name: redhat-actions/try-in-web-ide dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/try-in-web-ide.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/try-in-web-ide.yaml b/.github/workflows/try-in-web-ide.yaml index 424f80d6..4e1066c3 100644 --- a/.github/workflows/try-in-web-ide.yaml +++ b/.github/workflows/try-in-web-ide.yaml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Web IDE Pull Request Check - uses: redhat-actions/try-in-web-ide@v1.4 + uses: redhat-actions/try-in-web-ide@v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} add_comment: false