From debbd4431c9e70cab1bed1e0bc57f6706d291b59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:38:44 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-py-setup-action from 5.9 to 5.10 Bumps [WIPACrepo/wipac-dev-py-setup-action](https://github.com/wipacrepo/wipac-dev-py-setup-action) from 5.9 to 5.10. - [Release notes](https://github.com/wipacrepo/wipac-dev-py-setup-action/releases) - [Commits](https://github.com/wipacrepo/wipac-dev-py-setup-action/compare/v5.9...v5.10) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-py-setup-action dependency-version: '5.10' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/wipac-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wipac-cicd.yml b/.github/workflows/wipac-cicd.yml index b13e15e..183e133 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -79,7 +79,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.9 + - uses: WIPACrepo/wipac-dev-py-setup-action@v5.10 with: mode: PACKAGING_AND_PYPI python_min: "3.10"