From 9dde7f10449ab5a378a3922b26f17f2f81cbb742 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 2 Jan 2024 11:33:43 +0100
Subject: [PATCH] build(deps): bump actions/setup-python from 4 to 5 (#4)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/chart_tests.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/chart_tests.yaml b/.github/workflows/chart_tests.yaml
index 96ae962..5db1b43 100644
--- a/.github/workflows/chart_tests.yaml
+++ b/.github/workflows/chart_tests.yaml
@@ -29,7 +29,7 @@ jobs:
       - name: Update chart repo index
         run: helm repo update
 
-      - uses: actions/setup-python@v4
+      - uses: actions/setup-python@v5
         with:
           python-version: '3.9'
           check-latest: true