From 1214ebf9b8fb3cb9b21d2ac9f645e691a7b26c3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 13:49:37 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-py-setup-action from 5.3 to 5.5 Bumps [WIPACrepo/wipac-dev-py-setup-action](https://github.com/wipacrepo/wipac-dev-py-setup-action) from 5.3 to 5.5. - [Release notes](https://github.com/wipacrepo/wipac-dev-py-setup-action/releases) - [Commits](https://github.com/wipacrepo/wipac-dev-py-setup-action/compare/v5.3...v5.5) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-py-setup-action dependency-version: '5.5' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 657530ee6..47d9cc2b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -97,7 +97,7 @@ jobs: with: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} ref: ${{ github.ref }} # dont lock to sha (action needs to push) - - uses: WIPACrepo/wipac-dev-py-setup-action@v5.3 + - uses: WIPACrepo/wipac-dev-py-setup-action@v5.5 with: mode: PACKAGING python_min: '3.10'