From e78219d4f7d2c0ba3d4cce7ecd4cce1958714c29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 07:53:14 +0000 Subject: [PATCH] Bump actions-ext/python/setup Bumps [actions-ext/python/setup](https://github.com/actions-ext/python) from 6e1b91a408ea89f49bc8aff8724f83826f7b5446 to a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3. - [Commits](https://github.com/actions-ext/python/compare/6e1b91a408ea89f49bc8aff8724f83826f7b5446...a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3) --- updated-dependencies: - dependency-name: actions-ext/python/setup dependency-version: a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c494012..1c89e2a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -39,7 +39,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: ${{ matrix.python-version }} @@ -104,7 +104,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 with: version: "3.14"