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 Aug 21, 2024
1 parent 1999e32 commit 6ee1d08
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Building JSS'
Expand All @@ -17,7 +17,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 JSS'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/external-application-connection-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Building JSS'
Expand All @@ -20,7 +20,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 JSS'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkcs11-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Building JSS'
Expand All @@ -17,7 +17,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 JSS'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pki-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Building JSS'
Expand All @@ -17,7 +17,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 JSS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 JSS'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tomcat-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build
uses: lewagon/[email protected].1
uses: lewagon/[email protected].4
with:
ref: ${{ github.ref }}
check-name: 'Building JSS'
Expand All @@ -20,7 +20,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 JSS'
Expand Down

0 comments on commit 6ee1d08

Please sign in to comment.