From 5fab7eafe6d84edde3f251673e5b8145f76cc234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 19:43:56 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 6 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3f7d6f9..3fbc2a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: run: git config --global core.autocrlf input - uses: actions/checkout@v6 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python-version}} cache: pip @@ -52,7 +52,7 @@ jobs: run: git config --global core.autocrlf input - uses: actions/checkout@v6 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python-version}} cache: pip