From 335976a4c79a9da843fd57a0c1661c53d73ba2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 00:05:28 +0200 Subject: [PATCH] chore: bump actions/setup-python from 5.1.1 to 5.2.0 in the actions group (#252) chore: bump actions/setup-python in the actions group Bumps the actions group with 1 update: [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/setup-python` from 5.1.1 to 5.2.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elio Bischof --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index caa0b19..1e667ba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - id: 'set-up-python' name: Install Python (The Chart Testing CLI Depends On It) - uses: 'actions/setup-python@v5.1.1' + uses: 'actions/setup-python@v5.2.0' with: python-version: 3.11.4 if: steps.list-changed-test.outputs.any_changed == 'true'