From c7ec24aebea28a03c0b57936da4626381449308b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 02:35:10 +0000 Subject: [PATCH] Chore(deps): Bump actions/setup-python from 5.4.0 to 6.0.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.4.0...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/gerrit-verify.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index e98bf07a9f..4854bebbd8 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -96,7 +96,7 @@ jobs: gerrit-project: ${{ inputs.GERRIT_PROJECT }} gerrit-url: ${{ vars.GERRIT_URL }} delay: "0s" - - uses: actions/setup-python@v5.4.0 + - uses: actions/setup-python@v6.0.0 with: python-version: "3.11" - name: Run static analysis and format checkers @@ -130,7 +130,7 @@ jobs: gerrit-url: ${{ vars.GERRIT_URL }} delay: "0s" submodules: "true" - - uses: actions/setup-python@v5.4.0 + - uses: actions/setup-python@v6.0.0 id: setup-python with: python-version: "3.11" @@ -163,7 +163,7 @@ jobs: gerrit-url: ${{ vars.GERRIT_URL }} delay: "0s" submodules: "true" - - uses: actions/setup-python@v5.4.0 + - uses: actions/setup-python@v6.0.0 id: setup-python with: python-version: "3.11" @@ -221,7 +221,7 @@ jobs: - name: Setup Python if: steps.changes.outputs.src == 'true' # yamllint disable-line rule:line-length - uses: actions/setup-python@19e4675e06535f6b54e894da5c1f044400bb4996 # v4.7.0 + uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v4.7.0 with: python-version: "3.11" - name: Install openstack deps