Skip to content

Commit

Permalink
Update lewagon/wait-on-check-action
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed May 7, 2024
1 parent 89531ad commit 21148f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for container images
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Building PKI'
Expand Down
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/[email protected].1
uses: lewagon/[email protected].4
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/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.event.pull_request.head.sha }}
check-name: 'Building PKI'
Expand Down

0 comments on commit 21148f7

Please sign in to comment.