Skip to content

Commit

Permalink
Bump fountainhead/action-wait-for-check from 1.0.0 to 1.1.0
Browse files Browse the repository at this point in the history
Bumps [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/fountainhead/action-wait-for-check/releases)
- [Commits](fountainhead/action-wait-for-check@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: fountainhead/action-wait-for-check
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dolfinus committed Oct 13, 2022
1 parent b1afa6e commit 848aa4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: fountainhead/action-wait-for-check@v1.0.0
- uses: fountainhead/action-wait-for-check@v1.1.0
id: wait-for-tests
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: fountainhead/action-wait-for-check@v1.0.0
- uses: fountainhead/action-wait-for-check@v1.1.0
id: wait-for-codeql
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 848aa4a

Please sign in to comment.