From a8a9472c39b4f04c81a7340767ddfbec769fb7db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:20:24 -0700 Subject: [PATCH] build(deps): bump actions/setup-python from 4 to 5 (#26970) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pre-commit.yml | 2 +- .github/workflows/superset-applitool-cypress.yml | 2 +- .github/workflows/superset-cli.yml | 2 +- .github/workflows/superset-e2e.yml | 2 +- .github/workflows/superset-helm-lint.yml | 2 +- .github/workflows/superset-python-integrationtest.yml | 6 +++--- .github/workflows/superset-python-misc.yml | 4 ++-- .github/workflows/superset-python-presto-hive.yml | 4 ++-- .github/workflows/superset-python-unittest.yml | 2 +- .github/workflows/superset-translations.yml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d694cf4a4..07f2503fd 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -25,7 +25,7 @@ jobs: persist-credentials: false submodules: recursive - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/superset-applitool-cypress.yml b/.github/workflows/superset-applitool-cypress.yml index 340a3f924..2b855e3b4 100644 --- a/.github/workflows/superset-applitool-cypress.yml +++ b/.github/workflows/superset-applitool-cypress.yml @@ -58,7 +58,7 @@ jobs: submodules: recursive ref: master - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" - name: OS dependencies diff --git a/.github/workflows/superset-cli.yml b/.github/workflows/superset-cli.yml index dd5b53aac..d66a59b8b 100644 --- a/.github/workflows/superset-cli.yml +++ b/.github/workflows/superset-cli.yml @@ -52,7 +52,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/superset-e2e.yml b/.github/workflows/superset-e2e.yml index d7e703e53..d5c1066ef 100644 --- a/.github/workflows/superset-e2e.yml +++ b/.github/workflows/superset-e2e.yml @@ -68,7 +68,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python frontend - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" - name: OS dependencies diff --git a/.github/workflows/superset-helm-lint.yml b/.github/workflows/superset-helm-lint.yml index 12138f483..fe4de1021 100644 --- a/.github/workflows/superset-helm-lint.yml +++ b/.github/workflows/superset-helm-lint.yml @@ -27,7 +27,7 @@ jobs: with: version: v3.5.4 - - uses: actions/setup-python@v4 + - uses: actions/setup-python@v5 with: python-version: "3.9" diff --git a/.github/workflows/superset-python-integrationtest.yml b/.github/workflows/superset-python-integrationtest.yml index e518dff7b..d5505fcaf 100644 --- a/.github/workflows/superset-python-integrationtest.yml +++ b/.github/workflows/superset-python-integrationtest.yml @@ -51,7 +51,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -117,7 +117,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -177,7 +177,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/superset-python-misc.yml b/.github/workflows/superset-python-misc.yml index 43252f180..678b5978a 100644 --- a/.github/workflows/superset-python-misc.yml +++ b/.github/workflows/superset-python-misc.yml @@ -38,7 +38,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "pip" @@ -69,7 +69,7 @@ jobs: persist-credentials: false submodules: recursive - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: "pip" diff --git a/.github/workflows/superset-python-presto-hive.yml b/.github/workflows/superset-python-presto-hive.yml index 692c265c2..ed37be6b7 100644 --- a/.github/workflows/superset-python-presto-hive.yml +++ b/.github/workflows/superset-python-presto-hive.yml @@ -67,7 +67,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -144,7 +144,7 @@ jobs: run: docker compose -f scripts/databases/hive/docker-compose.yml up -d - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/superset-python-unittest.yml b/.github/workflows/superset-python-unittest.yml index 4a99fb537..e84a7d227 100644 --- a/.github/workflows/superset-python-unittest.yml +++ b/.github/workflows/superset-python-unittest.yml @@ -40,7 +40,7 @@ jobs: run: ./scripts/ci_check_no_file_changes.sh python - name: Setup Python if: steps.check.outcome == 'failure' - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/superset-translations.yml b/.github/workflows/superset-translations.yml index 5d18a1417..ef8d29925 100644 --- a/.github/workflows/superset-translations.yml +++ b/.github/workflows/superset-translations.yml @@ -46,7 +46,7 @@ jobs: persist-credentials: false submodules: recursive - name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies