From 00ef7f6416780da00fec436286a09bc88b715f22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 21:18:07 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20samuelcolvin/check-python-ve?= =?UTF-8?q?rsion=20from=204.1=20to=205?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [samuelcolvin/check-python-version](https://github.com/samuelcolvin/check-python-version) from 4.1 to 5. - [Release notes](https://github.com/samuelcolvin/check-python-version/releases) - [Commits](https://github.com/samuelcolvin/check-python-version/compare/v4.1...v5) --- updated-dependencies: - dependency-name: samuelcolvin/check-python-version dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7640a75..aa0b408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: enable-cache: true - name: check GITHUB_REF matches package version - uses: samuelcolvin/check-python-version@v4.1 + uses: samuelcolvin/check-python-version@v5 with: version_file_path: pydantic_extra_types/__init__.py