From e906e2d82aa907c3732682ed200466b8391798e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:34:58 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/python-test-action from 1.0.1 to 1.1.2 Bumps [lfreleng-actions/python-test-action](https://github.com/lfreleng-actions/python-test-action) from 1.0.1 to 1.1.2. - [Release notes](https://github.com/lfreleng-actions/python-test-action/releases) - [Commits](https://github.com/lfreleng-actions/python-test-action/compare/92d4110d44ebc18fa4575c6b00203ff67d01a1cb...aa753462f090101dcb0c4708e9499f55e276e373) --- updated-dependencies: - dependency-name: lfreleng-actions/python-test-action dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-test-release.yaml | 2 +- .github/workflows/gerrit-verify.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-release.yaml b/.github/workflows/build-test-release.yaml index 786a5c2..9a1c635 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -159,7 +159,7 @@ jobs: - name: 'Test Python project [PYTEST]' # yamllint disable-line rule:line-length - uses: lfreleng-actions/python-test-action@92d4110d44ebc18fa4575c6b00203ff67d01a1cb # v1.0.1 + uses: lfreleng-actions/python-test-action@aa753462f090101dcb0c4708e9499f55e276e373 # v1.1.2 with: python_version: "${{ matrix.python-version }}" diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index c842a0e..d10141b 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -327,7 +327,7 @@ jobs: - name: "Python tests [pytest] ${{ matrix.python-version }}" # yamllint disable-line rule:line-length - uses: lfreleng-actions/python-test-action@92d4110d44ebc18fa4575c6b00203ff67d01a1cb # v1.0.1 + uses: lfreleng-actions/python-test-action@aa753462f090101dcb0c4708e9499f55e276e373 # v1.1.2 with: python_version: ${{ matrix.python-version }}