From 2e5ee9c18e0713f839b03b61f03bddb1277c8f77 Mon Sep 17 00:00:00 2001 From: Marco Fargetta Date: Thu, 21 Dec 2023 16:50:11 +0100 Subject: [PATCH] Update wait-for-build action to the new action version --- .github/workflows/wait-for-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wait-for-build.yml b/.github/workflows/wait-for-build.yml index 81313ce3a59..576f8a24803 100644 --- a/.github/workflows/wait-for-build.yml +++ b/.github/workflows/wait-for-build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for build - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@v1.3.1 with: ref: ${{ github.sha }} check-name: 'Building PKI' @@ -18,7 +18,7 @@ jobs: if: github.event_name == 'push' - name: Wait for build - uses: lewagon/wait-on-check-action@v1.2.0 + uses: lewagon/wait-on-check-action@v1.3.1 with: ref: ${{ github.event.pull_request.head.sha }} check-name: 'Building PKI'