From 90acd699abe2a8a2cadf053cb356c2ec2d35eca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 10:25:57 +0000 Subject: [PATCH] build(deps): bump tim-actions/wip-check from 1.0.0 to 1.1.0 Bumps [tim-actions/wip-check](https://github.com/tim-actions/wip-check) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/tim-actions/wip-check/releases) - [Commits](https://github.com/tim-actions/wip-check/compare/1c2a1ca6c110026b3e2297bb2ef39e1747b5a755...8c84f5987215d49440b86475062d61e4f099e1b7) --- updated-dependencies: - dependency-name: tim-actions/wip-check dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/PR-wip-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR-wip-checks.yaml b/.github/workflows/PR-wip-checks.yaml index 6de6f9b8f0..5cb29a2c8e 100644 --- a/.github/workflows/PR-wip-checks.yaml +++ b/.github/workflows/PR-wip-checks.yaml @@ -21,7 +21,7 @@ jobs: name: WIP Check steps: - name: WIP Check - uses: tim-actions/wip-check@1c2a1ca6c110026b3e2297bb2ef39e1747b5a755 # master (2021-06-10) + uses: tim-actions/wip-check@8c84f5987215d49440b86475062d61e4f099e1b7 # master (2021-06-10) with: labels: '["do-not-merge", "wip", "rfc"]' keywords: '["WIP", "wip", "RFC", "rfc", "dnm", "DNM", "do-not-merge"]'