From ddc32275ff8e1930d08f9fd9c3cccff7feb1611b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 10:38:50 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5.1.0 to 5.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... 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 94009b3e1..7e82884ee 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -75,7 +75,7 @@ jobs: # https://github.com/actions/setup-python - name: Set up Python if: ${{ env.RUN_JUST_LINT_CHART == 'false' }} - uses: actions/setup-python@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: 3.8 architecture: x64 diff --git a/.github/workflows/lint-spell.yaml b/.github/workflows/lint-spell.yaml index 72bd5e1b6..7ba214ba0 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@v5.1.0 + uses: actions/setup-python@v5.3.0 with: python-version: 3.8 architecture: x64