Skip to content

Commit

Permalink
Update wait-for-build action to the new action version
Browse files Browse the repository at this point in the history
  • Loading branch information
fmarco76 committed Dec 21, 2023
1 parent b0df74e commit 2e5ee9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wait-for-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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'
Expand Down

0 comments on commit 2e5ee9c

Please sign in to comment.