From 60e8a2afb675ab3cefe6ae66bf3e777dad5e6171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:17:50 +0000 Subject: [PATCH] GH Actions: Bump the action-runners group with 2 updates Bumps the action-runners group with 2 updates: [Yoast/.github/.github/workflows/reusable-actionlint.yml](https://github.com/yoast/.github) and [Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml](https://github.com/yoast/.github). Updates `Yoast/.github/.github/workflows/reusable-actionlint.yml` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/yoast/.github/releases) - [Commits](https://github.com/yoast/.github/compare/7606779a4fe18ca9d780e4c675dd18e577af0429...c7ea73969576c490c927dd9482de30aa8b6801e4) Updates `Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml` from 1.0.1 to 1.1.0 - [Release notes](https://github.com/yoast/.github/releases) - [Commits](https://github.com/yoast/.github/compare/7606779a4fe18ca9d780e4c675dd18e577af0429...c7ea73969576c490c927dd9482de30aa8b6801e4) --- updated-dependencies: - dependency-name: Yoast/.github/.github/workflows/reusable-actionlint.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners - dependency-name: Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-runners ... Signed-off-by: dependabot[bot] --- .github/workflows/cs.yml | 2 +- .github/workflows/merge-conflict-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cs.yml b/.github/workflows/cs.yml index dcd5281..1110153 100644 --- a/.github/workflows/cs.yml +++ b/.github/workflows/cs.yml @@ -16,7 +16,7 @@ concurrency: jobs: actionlint: name: 'Lint GH Action workflows' - uses: Yoast/.github/.github/workflows/reusable-actionlint.yml@7606779a4fe18ca9d780e4c675dd18e577af0429 # v1.0.1 + uses: Yoast/.github/.github/workflows/reusable-actionlint.yml@c7ea73969576c490c927dd9482de30aa8b6801e4 # v1.1.0 checkcs: name: 'Basic CS and QA checks' diff --git a/.github/workflows/merge-conflict-check.yml b/.github/workflows/merge-conflict-check.yml index d5b9348..fc68830 100644 --- a/.github/workflows/merge-conflict-check.yml +++ b/.github/workflows/merge-conflict-check.yml @@ -21,4 +21,4 @@ jobs: if: github.repository_owner == 'Yoast' name: Check PRs for merge conflicts - uses: Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml@7606779a4fe18ca9d780e4c675dd18e577af0429 # v1.0.1 + uses: Yoast/.github/.github/workflows/reusable-merge-conflict-check.yml@c7ea73969576c490c927dd9482de30aa8b6801e4 # v1.1.0