From 6f639700726b50b57640a9c697558742711adf94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 10:49:02 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to 4237552 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ansible-cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ansible-cicd.yml b/.github/workflows/ansible-cicd.yml index cab1b18c..f95c9fef 100644 --- a/.github/workflows/ansible-cicd.yml +++ b/.github/workflows/ansible-cicd.yml @@ -136,7 +136,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Python - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip