From b59c3a78b1f660d79de5b92d10aec83bd54bc1dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 17:04:10 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/github_actions_build.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/python-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/github_actions_build.yml b/.github/workflows/github_actions_build.yml index 8bba0080..b07004ff 100644 --- a/.github/workflows/github_actions_build.yml +++ b/.github/workflows/github_actions_build.yml @@ -215,7 +215,7 @@ jobs: - uses: actions/checkout@master - name: set up python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - uses: ./.github/actions/setup-conan diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index eb0b54c9..91273b59 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: set up python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.11' - uses: ./.github/actions/setup-conan diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 70ee0600..352aadd1 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -67,7 +67,7 @@ jobs: tree -d -L 2 . - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }}