Skip to content

Commit 848aa4a

Browse files
dependabot[bot]dolfinus
authored andcommitted
Bump fountainhead/action-wait-for-check from 1.0.0 to 1.1.0
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]>
1 parent b1afa6e commit 848aa4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: fountainhead/action-wait-for-check@v1.0.0
14+
- uses: fountainhead/action-wait-for-check@v1.1.0
1515
id: wait-for-tests
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: fountainhead/action-wait-for-check@v1.0.0
31+
- uses: fountainhead/action-wait-for-check@v1.1.0
3232
id: wait-for-codeql
3333
with:
3434
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)