summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-17 02:59:48 +0000
committermatzbot <svn-admin@ruby-lang.org>2023-02-17 12:34:44 +0900
commita7beb4cfad58064fc0a45b9d147030e794c33b30 (patch)
tree2c5774a696108e9c022fc31ed75edc4ff202dd08 /.github
parentdd28c55a7cd6780dad637b4d6a20507fbfc6af4a (diff)
Bump lewagon/wait-on-check-action from 1.2.0 to 1.3.1
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.2.0 to 1.3.1. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.2.0...v1.3.1) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7333
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dependabot_automerge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml
index a770ecb7df..1247f32538 100644
--- a/.github/workflows/dependabot_automerge.yml
+++ b/.github/workflows/dependabot_automerge.yml
@@ -12,7 +12,7 @@ jobs:
uses: dependabot/fetch-metadata@v1
id: metadata
- name: Wait for status checks
- uses: lewagon/wait-on-check-action@v1.2.0
+ uses: lewagon/wait-on-check-action@v1.3.1
with:
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}