From 3d2e0846c0d97423f2cb446f82a946d9ea052787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 16:44:36 +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 912f9aa..72b773a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -108,7 +108,7 @@ jobs: persist-credentials: false - name: Setup Python - uses: actions-ext/python/setup@6e1b91a408ea89f49bc8aff8724f83826f7b5446 + uses: actions-ext/python/setup@ec67f82b3bd863948308a41ecb9e70547cbb19c7 with: version: "3.14"