From 50cdd127b57b6b63a6e4a284287a2dfb79065e35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Mar 2025 17:38:57 +0000 Subject: [PATCH] Update dependency python to 3.13 --- .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..b0ef5cb8 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.13' - name: Install Pulumi CLI uses: pulumi/action-install-pulumi-cli@v1.1.0