From 25d7e32dacc3d029c87ff970204cbaf31fc2c4d6 Mon Sep 17 00:00:00 2001 From: David Iglesias Teixeira Date: Wed, 8 Sep 2021 13:41:21 -0700 Subject: [PATCH] [ci] Update lewagon/wait-on-check-action to latest version. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2393eadab4c5..9fbe499f0963 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: # This workflow should be the last to run. So wait for all the other tests to succeed. - name: Wait on all tests - uses: lewagon/wait-on-check-action@a0f99ce1e713de216866868c3da4d4183a051cbe + uses: lewagon/wait-on-check-action@5e937358caba2c7876a2ee06e4a48d0664fe4967 with: ref: ${{ github.sha }} running-workflow-name: 'release'