From 9b21ac261414f16db6200c43fbba5dba682adb5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:04:59 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 5.0.0 to 5.1.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.0.0...v5.1.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 540fb0813..596132c36 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.0.0 + 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 ca11e00a9..72bd5e1b6 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.0.0 + uses: actions/setup-python@v5.1.0 with: python-version: 3.8 architecture: x64