From f44d3e66255b379f9d920c7ce941ec9f1a1425cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:57:07 +0000 Subject: [PATCH] Update actions-ext/python/setup requirement to ec67f82b3bd863948308a41ecb9e70547cbb19c7 Updates the requirements on [actions-ext/python/setup](https://github.com/actions-ext/python) to permit the latest version. Updates `actions-ext/python/setup` to ec67f82b3bd863948308a41ecb9e70547cbb19c7 - [Commits](https://github.com/actions-ext/python/commits/ec67f82b3bd863948308a41ecb9e70547cbb19c7) --- updated-dependencies: - dependency-name: actions-ext/python/setup dependency-version: ec67f82b3bd863948308a41ecb9e70547cbb19c7 dependency-type: direct:production dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 926b2e6..f545784 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -104,7 +104,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@a3f3953ef26a519ab7b6a56b94d06fa1b31ab3f3 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: "3.14"