Skip to content

Commit

Permalink
Merge pull request #72 from anchore/dependabot/github_actions/fountai…
Browse files Browse the repository at this point in the history
…nhead/action-wait-for-check-1.1.0

ci: bump fountainhead/action-wait-for-check from 1.0.0 to 1.1.0
  • Loading branch information
bradleyjones authored Nov 13, 2023
2 parents e768c8c + 8714f5b commit 35570e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git merge-base --is-ancestor ${GITHUB_REF##*/} origin/main && echo "${GITHUB_REF##*/} is a commit on main!"
- name: Check unit test results
uses: fountainhead/action-wait-for-check@v1.0.0
uses: fountainhead/action-wait-for-check@v1.1.0
id: unit
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -35,7 +35,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha || github.sha }}

- name: Check container build test results
uses: fountainhead/action-wait-for-check@v1.0.0
uses: fountainhead/action-wait-for-check@v1.1.0
id: container
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 35570e3

Please sign in to comment.