From 0d9eb5fb91972deacbd8ab7a8648b41c50374aaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:19:03 +0000 Subject: [PATCH] Bump actions/setup-python from 3.1.2 to 5.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v5.1.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 e0af0b76..76a04a65 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -60,7 +60,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v5.1.0 with: python-version: 3.8 architecture: x64 diff --git a/.github/workflows/lint-spell.yaml b/.github/workflows/lint-spell.yaml index 7e529407..4755abc8 100644 --- a/.github/workflows/lint-spell.yaml +++ b/.github/workflows/lint-spell.yaml @@ -51,7 +51,7 @@ jobs: ref: ${{ steps.get_ref.outputs.ref }} - name: Set up Python - uses: actions/setup-python@v3.1.2 + uses: actions/setup-python@v5.1.0 with: python-version: 3.8 architecture: x64