From 627a770f25ba70a73ebfaba185bb522457572b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:59:16 +0000 Subject: [PATCH] chore(deps): bump poseidon/wait-for-status-checks from 0.5.0 to 0.6.0 Bumps [poseidon/wait-for-status-checks](https://github.com/poseidon/wait-for-status-checks) from 0.5.0 to 0.6.0. - [Release notes](https://github.com/poseidon/wait-for-status-checks/releases) - [Commits](https://github.com/poseidon/wait-for-status-checks/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: poseidon/wait-for-status-checks dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/backport.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index 6106089e75f..d9dde37f858 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -27,7 +27,7 @@ jobs: title_template: "[AUTO-BACKPORT <%= number %>] <%= title %>" - name: wait-for-checks - uses: poseidon/wait-for-status-checks@v0.5.0 + uses: poseidon/wait-for-status-checks@v0.6.0 with: token: ${{ secrets.GITHUB_TOKEN }}