From 5b7c9bb68e16f069938e4f2dd496c44891af3eaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 10:04:43 +0000 Subject: [PATCH] Bump actions/setup-python from 5 to 7 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...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/ci.yml | 6 +++--- .github/workflows/gam-watch.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4fe0ef..1bbebf8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python }} @@ -43,7 +43,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.14" - name: Install @@ -74,7 +74,7 @@ jobs: timeout-minutes: 15 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 + - uses: actions/setup-python@v7 with: python-version: "3.14" - name: Install diff --git a/.github/workflows/gam-watch.yml b/.github/workflows/gam-watch.yml index 09d9e33..2806035 100644 --- a/.github/workflows/gam-watch.yml +++ b/.github/workflows/gam-watch.yml @@ -47,7 +47,7 @@ jobs: - name: Set up Python if: steps.check.outputs.todo == 'true' - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.14"