From 64a5acf0b373788a8aa14eab70723d66031b4245 Mon Sep 17 00:00:00 2001 From: Stephane Bouchet Date: Wed, 8 Jul 2026 17:34:20 +0200 Subject: [PATCH] Update try-in-web-ide action to version 1.5 follow-up of https://github.com/eclipse-che/che/issues/23861 --- .github/workflows/try-in-web-ide.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/try-in-web-ide.yaml b/.github/workflows/try-in-web-ide.yaml index 400b01bdac6..f09508549fb 100644 --- a/.github/workflows/try-in-web-ide.yaml +++ b/.github/workflows/try-in-web-ide.yaml @@ -21,13 +21,13 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Add DevSandbox link - uses: redhat-actions/try-in-web-ide@v1.4 + uses: redhat-actions/try-in-web-ide@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} add_comment: true add_status: false - name: Add Dogfooding link - uses: redhat-actions/try-in-web-ide@v1.4 + uses: redhat-actions/try-in-web-ide@v1.5 with: github_token: ${{ secrets.GITHUB_TOKEN }} add_comment: true