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