From 3b314d44f3c608efadf8a60bf534023115a4ae6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 21:24:17 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 6 to 7 in the actions group Bumps the 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-python.yaml | 10 +++++----- .github/workflows/cd-r.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cd-python.yaml b/.github/workflows/cd-python.yaml index b9620dc..5d18213 100644 --- a/.github/workflows/cd-python.yaml +++ b/.github/workflows/cd-python.yaml @@ -40,7 +40,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x architecture: ${{ matrix.platform.target }} @@ -155,7 +155,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version @@ -184,7 +184,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: 3.x - name: Determine and set version diff --git a/.github/workflows/cd-r.yaml b/.github/workflows/cd-r.yaml index 31b69d5..56d0cb0 100644 --- a/.github/workflows/cd-r.yaml +++ b/.github/workflows/cd-r.yaml @@ -24,7 +24,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Determine Version @@ -77,7 +77,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Determine Version @@ -120,7 +120,7 @@ jobs: with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Determine Version