From 92bebeac834729a89f2300b6cec3d3a8a7f5d554 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:15:01 +0000 Subject: [PATCH] chore(ci): update actions/setup-python action to v5 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/terraform.yml b/.github/workflows/terraform.yml index 005072a..38c88b5 100644 --- a/.github/workflows/terraform.yml +++ b/.github/workflows/terraform.yml @@ -49,7 +49,7 @@ jobs: - name: 'asdf:install' uses: asdf-vm/actions/install@v1.1.0 - - uses: actions/setup-python@v3 + - uses: actions/setup-python@v5 - name: Install terraform tooling run: |