From 848aa4a0940c1f4ccfcd0396180d4459fe7fb024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 20:41:34 +0000 Subject: [PATCH] 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](https://github.com/fountainhead/action-wait-for-check/compare/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] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e95b54b..4340e00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} @@ -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 }}