From 155b0a7f66cd25ce03bca801692477c7fc290dc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 07:27:10 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-py-dependencies-action from 3.1 to 3.2 Bumps [WIPACrepo/wipac-dev-py-dependencies-action](https://github.com/wipacrepo/wipac-dev-py-dependencies-action) from 3.1 to 3.2. - [Release notes](https://github.com/wipacrepo/wipac-dev-py-dependencies-action/releases) - [Commits](https://github.com/wipacrepo/wipac-dev-py-dependencies-action/compare/v3.1...v3.2) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-py-dependencies-action dependency-version: '3.2' 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 c47089e4..8eed5cf1 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -90,7 +90,7 @@ jobs: with: fetch-depth: 0 # setuptools-scm needs to access git tags ref: ${{ github.sha }} # lock to triggered commit (github.ref is dynamic) - - uses: WIPACrepo/wipac-dev-py-dependencies-action@v3.1 + - uses: WIPACrepo/wipac-dev-py-dependencies-action@v3.2 #############################################################################