From fc3e9505f02851f052bbaf952a4a5654c0a3d08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Silva?= Date: Thu, 4 Apr 2024 12:59:14 +0200 Subject: [PATCH] chore: bump failing action (wait-on-check-action) to latest version (1.3.4) (#150) --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f27b70e4..8020287e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Wait for tests to pass - uses: lewagon/wait-on-check-action@v1.1.1 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: ${{ github.ref }} # Must be same as this job's name