From da0043df2dbcff6546f8d6ecedfa46791254335c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 05:52:28 +0000 Subject: [PATCH] Chore: Bump lfreleng-actions/python-build-action from 1.0.4 to 1.0.5 Bumps [lfreleng-actions/python-build-action](https://github.com/lfreleng-actions/python-build-action) from 1.0.4 to 1.0.5. - [Release notes](https://github.com/lfreleng-actions/python-build-action/releases) - [Commits](https://github.com/lfreleng-actions/python-build-action/compare/7ff456c72f1dd50ef212ea7222efc12693221af3...70572c4544ab913643a2ddcb05e8dbdab809a936) --- updated-dependencies: - dependency-name: lfreleng-actions/python-build-action dependency-version: 1.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... 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..35e132f 100644 --- a/.github/workflows/build-test-release.yaml +++ b/.github/workflows/build-test-release.yaml @@ -131,7 +131,7 @@ jobs: - name: 'Build Python project' id: 'python-build' # yamllint disable-line rule:line-length - uses: lfreleng-actions/python-build-action@7ff456c72f1dd50ef212ea7222efc12693221af3 # v1.0.4 + uses: lfreleng-actions/python-build-action@70572c4544ab913643a2ddcb05e8dbdab809a936 # v1.0.5 with: sigstore_sign: true attestations: true diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index c842a0e..a989e71 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -284,7 +284,7 @@ jobs: - name: 'Build Python project' id: python-build # yamllint disable-line rule:line-length - uses: lfreleng-actions/python-build-action@7ff456c72f1dd50ef212ea7222efc12693221af3 # v1.0.4 + uses: lfreleng-actions/python-build-action@70572c4544ab913643a2ddcb05e8dbdab809a936 # v1.0.5 with: clear_cache: ${{ github.event.inputs.clear_cache || 'false' }}