diff --git a/.github/workflows/ci-e2e.yml b/.github/workflows/ci-e2e.yml index c8d3083..fe3897a 100644 --- a/.github/workflows/ci-e2e.yml +++ b/.github/workflows/ci-e2e.yml @@ -68,7 +68,7 @@ jobs: paths: e2e/logs - name: 🐛 Debug Build - uses: stateful/vscode-server-action@ec99599aefe0bf96d14491e1d5f7e80d30e22247 # v1.1.0 + uses: stateful/vscode-server-action@fecb182f472f25d9510d087e129fa810a2bd616a # v1.2.0 if: failure() with: timeout: '180000' diff --git a/.github/workflows/ci-smoke.yml b/.github/workflows/ci-smoke.yml index 6c7f012..898a105 100644 --- a/.github/workflows/ci-smoke.yml +++ b/.github/workflows/ci-smoke.yml @@ -69,7 +69,7 @@ jobs: paths: e2e/logs - name: 🐛 Debug Build - uses: stateful/vscode-server-action@ec99599aefe0bf96d14491e1d5f7e80d30e22247 # v1.1.0 + uses: stateful/vscode-server-action@fecb182f472f25d9510d087e129fa810a2bd616a # v1.2.0 if: failure() with: timeout: '180000' diff --git a/.github/workflows/ci-unit.yml b/.github/workflows/ci-unit.yml index af6723d..5a4a82e 100644 --- a/.github/workflows/ci-unit.yml +++ b/.github/workflows/ci-unit.yml @@ -42,7 +42,7 @@ jobs: shell: bash - name: 🐛 Debug Build - uses: stateful/vscode-server-action@ec99599aefe0bf96d14491e1d5f7e80d30e22247 # v1.1.0 + uses: stateful/vscode-server-action@fecb182f472f25d9510d087e129fa810a2bd616a # v1.2.0 if: failure() with: timeout: '180000' diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index ca3a1ae..564dbf2 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -28,7 +28,7 @@ jobs: # Don't merge updates to GitHub Actions versions automatically. # (Some repos may wish to limit by version range (major/minor/patch), or scope (dep vs dev-dep), too.) if: contains(steps.metadata.outputs.package-ecosystem, 'npm') - uses: lewagon/wait-on-check-action@0dceb95e7c4cad8cc7422aee3885998f5cab9c79 # v1.4.0 + uses: lewagon/wait-on-check-action@96d9100b431964d10e0136aff8b9ccb92470505e # v1.8.0 with: ref: ${{ github.event.pull_request.head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}