summaryrefslogtreecommitdiff
path: root/.github/workflows/dependabot_automerge.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-05 02:29:59 +0000
committermatzbot <svn-admin@ruby-lang.org>2024-04-04 20:07:07 -0700
commitf890070fd30a6c9d752938ff614aa2556dd271a8 (patch)
tree51ef8d471f4b48a3194e1ebdb5a475dcbb8b0b1a /.github/workflows/dependabot_automerge.yml
parentbd728a625af4590daa21cabae3268a278fc2d60d (diff)
Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/595dabb3acf442d47e29c9ec9ba44db0c6bdd18f...ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/dependabot_automerge.yml')
-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 ca9e63f1ec..fa50511eb2 100644
--- a/.github/workflows/dependabot_automerge.yml
+++ b/.github/workflows/dependabot_automerge.yml
@@ -15,7 +15,7 @@ jobs:
id: metadata
- name: Wait for status checks
- uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f # v1.3.3
+ uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
with:
repo-token: ${{ secrets.MATZBOT_GITHUB_TOKEN }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}