From 97b4cbbdd8ce6c95f0fc296eea0924cc0de0d416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 09:00:47 +0100 Subject: [PATCH] Bump actions/setup-python from 4.7.1 to 5.0.0 in /.github/actions/rancher (#432) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/rancher/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/rancher/action.yml b/.github/actions/rancher/action.yml index ae0ff2ea8..a21d4337b 100644 --- a/.github/actions/rancher/action.yml +++ b/.github/actions/rancher/action.yml @@ -30,7 +30,7 @@ runs: steps: - uses: azure/setup-kubectl@901a10e89ea615cf61f57ac05cecdf23e7de06d8 # v3.2 - name: setup-python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: "3.9" cache: pip