From 81be54a79e793a771d93268fc26c93767619278b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 07:06:32 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-py-dependencies-action from 3.1 to 3.4 Bumps [WIPACrepo/wipac-dev-py-dependencies-action](https://github.com/wipacrepo/wipac-dev-py-dependencies-action) from 3.1 to 3.4. - [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.4) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-py-dependencies-action dependency-version: '3.4' 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..f7246d9f 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.4 #############################################################################