From 6611abb7521842c74956e48f0da22fe25e0c77c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:53:45 +0000 Subject: [PATCH] build(deps): bump actions/setup-python in the github-actions group Bumps the github-actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/amd64_linux.yml | 2 +- .github/workflows/amd64_macos.yml | 2 +- .github/workflows/amd64_windows.yml | 2 +- .github/workflows/arm64_macos.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/amd64_linux.yml b/.github/workflows/amd64_linux.yml index 1e5c465..292062e 100644 --- a/.github/workflows/amd64_linux.yml +++ b/.github/workflows/amd64_linux.yml @@ -30,7 +30,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python.version}} - name: Check Python diff --git a/.github/workflows/amd64_macos.yml b/.github/workflows/amd64_macos.yml index 05fe4cc..3476c4d 100644 --- a/.github/workflows/amd64_macos.yml +++ b/.github/workflows/amd64_macos.yml @@ -33,7 +33,7 @@ jobs: brew install swig swig -version - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python.version}} - name: Update Path diff --git a/.github/workflows/amd64_windows.yml b/.github/workflows/amd64_windows.yml index 50ebc68..3b48c3e 100644 --- a/.github/workflows/amd64_windows.yml +++ b/.github/workflows/amd64_windows.yml @@ -37,7 +37,7 @@ jobs: echo "$((Get-Item .).FullName)/swigwin-4.3.0" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: Check swig run: swig -version - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python.version }} - name: Install python3 diff --git a/.github/workflows/arm64_macos.yml b/.github/workflows/arm64_macos.yml index 751cd4b..9d4a747 100644 --- a/.github/workflows/arm64_macos.yml +++ b/.github/workflows/arm64_macos.yml @@ -33,7 +33,7 @@ jobs: brew install swig swig -version - name: Setup Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{matrix.python.version}} - name: Update Path