From 946c45a8fe73d7bee646b500f823ee4672bd049f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:56:24 +0100 Subject: [PATCH] chore(deps): update actions/setup-python action to v5 (#89) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/charts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts.yml b/.github/workflows/charts.yml index 00986ee..7c19557 100644 --- a/.github/workflows/charts.yml +++ b/.github/workflows/charts.yml @@ -21,7 +21,7 @@ jobs: with: version: v3.10.0 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1 + - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0 with: python-version: "3.9" check-latest: true