From f86de70d49aa4b9d2e33365403c36812a313f217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 17:11:52 +0000 Subject: [PATCH] Bump WIPACrepo/wipac-dev-mypy-action from 2.0 to 3.1 Bumps [WIPACrepo/wipac-dev-mypy-action](https://github.com/wipacrepo/wipac-dev-mypy-action) from 2.0 to 3.1. - [Release notes](https://github.com/wipacrepo/wipac-dev-mypy-action/releases) - [Commits](https://github.com/wipacrepo/wipac-dev-mypy-action/compare/v2.0...v3.1) --- updated-dependencies: - dependency-name: WIPACrepo/wipac-dev-mypy-action dependency-version: '3.1' 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..fbab0b3 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.1 #############################################################################