From a7cd914b379d1334036a1efc9b55a962e7388681 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:50:57 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to 0b93645 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 34cf5d789..7351a6302 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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 with: python-version: ${{ env.PYTHON_VERSION }} cache: pip