From cb447a24fe00219e05fd1d574edf0dd59d61c9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:37:56 +0000 Subject: [PATCH] Bump actions/setup-python from 4.0.0 to 4.7.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.0.0 to 4.7.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.0.0...v4.7.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 d4227088..2a09af4a 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@v4.0.0 + uses: actions/setup-python@v4.7.0 with: python-version: 3.8 architecture: x64 diff --git a/.github/workflows/lint-spell.yaml b/.github/workflows/lint-spell.yaml index 14bc66f1..3fbe472d 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@v4.0.0 + uses: actions/setup-python@v4.7.0 with: python-version: 3.8 architecture: x64