From c676a15e1b4c25708f16d5ec273e01e0acfa6fbd Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 10 Jul 2024 16:52:41 +0000 Subject: [PATCH] Update actions/setup-python action to v5.1.1 Signed-off-by: Mend Renovate --- .github/workflows/workflow.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index d2fb402..05a3e47 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up Python # https://github.com/actions/setup-python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 id: setup-py with: python-version: "3.12" @@ -60,7 +60,7 @@ jobs: - name: Set up Python # https://github.com/actions/setup-python - uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 + uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 id: setup-py with: cache: 'pipenv'