From b98515788fcef3737c1b3df622c2caa76b2ee23a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:09:38 +0000 Subject: [PATCH] Bump actions/setup-python from 4.6.1 to 5.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-lint-chart.yaml | 2 +- .github/workflows/lint-spell.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index 02a52911..65393332 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -65,7 +65,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python if: ${{ env.RUN_JUST_LINT_CHART == 'false' }} - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v5.2.0 with: python-version: 3.8 architecture: x64 diff --git a/.github/workflows/lint-spell.yaml b/.github/workflows/lint-spell.yaml index 84597f75..55923ef6 100644 --- a/.github/workflows/lint-spell.yaml +++ b/.github/workflows/lint-spell.yaml @@ -49,7 +49,7 @@ jobs: ref: ${{ env.RUN_REF }} - name: Set up Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v5.2.0 with: python-version: 3.8 architecture: x64