From d10b626814efa549c9c712e78dfee00f47d3fe9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 05:24:35 +0000 Subject: [PATCH] deps: bump actions/setup-python from 6.3.0 to 7.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/ece7cb06caefa5fff74198d8649806c4678c61a1...5fda3b95a4ea91299a34e894583c3862153e4b97) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_verifyauth.yml | 2 +- .github/workflows/ci_verifypostgres.yml | 2 +- .github/workflows/ci_verifysqlite.yml | 2 +- .github/workflows/generate-license.yml | 2 +- .github/workflows/updatedemoenv.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_verifyauth.yml b/.github/workflows/ci_verifyauth.yml index f4105dcef..ef40fbb11 100644 --- a/.github/workflows/ci_verifyauth.yml +++ b/.github/workflows/ci_verifyauth.yml @@ -87,7 +87,7 @@ jobs: working-directory: ./Lighthouse.EndToEndTests - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.11' diff --git a/.github/workflows/ci_verifypostgres.yml b/.github/workflows/ci_verifypostgres.yml index 25d5e706c..cab85d833 100644 --- a/.github/workflows/ci_verifypostgres.yml +++ b/.github/workflows/ci_verifypostgres.yml @@ -102,7 +102,7 @@ jobs: working-directory: ./Lighthouse.EndToEndTests - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.11' diff --git a/.github/workflows/ci_verifysqlite.yml b/.github/workflows/ci_verifysqlite.yml index c599c3f51..d35f3accd 100644 --- a/.github/workflows/ci_verifysqlite.yml +++ b/.github/workflows/ci_verifysqlite.yml @@ -89,7 +89,7 @@ jobs: working-directory: ./Lighthouse.EndToEndTests - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: "3.11" diff --git a/.github/workflows/generate-license.yml b/.github/workflows/generate-license.yml index b754ba6ac..b996ead77 100644 --- a/.github/workflows/generate-license.yml +++ b/.github/workflows/generate-license.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.10' diff --git a/.github/workflows/updatedemoenv.yml b/.github/workflows/updatedemoenv.yml index 748f6923a..e263f4347 100644 --- a/.github/workflows/updatedemoenv.yml +++ b/.github/workflows/updatedemoenv.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: '0' - name: Set up Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 with: python-version: '3.10'