From 1bd24696bece156887c824efcfd5f12cd3f4c214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Jul 2025 15:56:24 +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 3b13b31605..7a601e78aa 100644 --- a/.github/workflows/PR-wip-checks.yaml +++ b/.github/workflows/PR-wip-checks.yaml @@ -22,7 +22,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"]'