From e7a37d34308a0c233790cc1b65e54ead0aa606a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 05:43:39 +0000 Subject: [PATCH] Update actions/setup-python action to v7 --- .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..75a9b5b8 100644 --- a/.github/workflows/ec2-pulumi-ansible.yml +++ b/.github/workflows/ec2-pulumi-ansible.yml @@ -21,7 +21,7 @@ jobs: restore-keys: | ${{ runner.os }}-pipenv- - - uses: actions/setup-python@v2 + - uses: actions/setup-python@v7 with: python-version: '3.9'