From 2ebb7df13e866cf91bd141e5870086b8c6f51af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:38:57 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-py-setup-action from 5.9 to 5.12 Bumps [WIPACrepo/wipac-dev-py-setup-action](https://github.com/wipacrepo/wipac-dev-py-setup-action) from 5.9 to 5.12. - [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.12) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-py-setup-action dependency-version: '5.12' 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..368ccc4 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.12 with: mode: PACKAGING_AND_PYPI python_min: "3.10"