From d0579b88cb2718ba4eaee89bf0cbbdc1ad5ace47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 14:59:51 +0000 Subject: [PATCH] Update dependency python to 3.14 --- .github/workflows/ec2-pulumi-ansible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ec2-pulumi-ansible.yml b/.github/workflows/ec2-pulumi-ansible.yml index b22e8d16..44b4ef33 100644 --- a/.github/workflows/ec2-pulumi-ansible.yml +++ b/.github/workflows/ec2-pulumi-ansible.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v2 with: - python-version: '3.9' + python-version: '3.14' - name: Install Pulumi CLI uses: pulumi/action-install-pulumi-cli@v1.1.0