From f379632467547b3c26b75474091134f4df43ba24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 02:03:30 +0000 Subject: [PATCH] chore(deps): bump wip/action from 1.1.0 to 1.1.1 Bumps [wip/action](https://github.com/wip/action) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/wip/action/releases) - [Commits](https://github.com/wip/action/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: wip/action dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2d4f44c..6282f63 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -19,7 +19,7 @@ jobs: mode: 'environment' token: ${{ secrets.GITHUB_TOKEN }} - name: Work in progress status - uses: wip/action@v1.1.0 + uses: wip/action@v1.1.1 if: ${{env.wip_enabled}} == true # Ensures semantic titles to ensure semantic is achieved when merge is squashed