From d90138b677972203753f62203d41ae59c26255e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:51:04 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-mypy-action from 2.0 to 3.0 Bumps [WIPACrepo/wipac-dev-mypy-action](https://github.com/wipacrepo/wipac-dev-mypy-action) from 2.0 to 3.0. - [Release notes](https://github.com/wipacrepo/wipac-dev-mypy-action/releases) - [Commits](https://github.com/wipacrepo/wipac-dev-mypy-action/compare/v2.0...v3.0) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-mypy-action dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major ... 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..50eaba0 100644 --- a/.github/workflows/wipac-cicd.yml +++ b/.github/workflows/wipac-cicd.yml @@ -64,7 +64,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.py3 }} - - uses: WIPACrepo/wipac-dev-mypy-action@v2.0 + - uses: WIPACrepo/wipac-dev-mypy-action@v3.0 #############################################################################