From b90ea6476d7c0e7d7ee11743e9126fe11d7dfd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:45:56 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 4 to 5 (#1773) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/alembic-head-check.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/default.yml | 14 +++++++------- .github/workflows/integration.yml | 2 +- .github/workflows/pr-number-assign.yml | 2 +- .github/workflows/sbom.yml | 2 +- .github/workflows/timeline-check.yml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/alembic-head-check.yml b/.github/workflows/alembic-head-check.yml index f5c92f226c..f03b9d1f58 100644 --- a/.github/workflows/alembic-head-check.yml +++ b/.github/workflows/alembic-head-check.yml @@ -18,7 +18,7 @@ jobs: PYTHON_VERSION=$(grep -m 1 -oP '(?<=CPython==)([^"]+)' pants.toml) echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} - name: Check for multiple heads diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 53b2614fb6..4fa9b7ac08 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: pip diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 720957456d..2c5c69f2d1 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -31,7 +31,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} - name: Set up remote cache backend (if applicable) @@ -100,7 +100,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} - name: Set up remote cache backend (if applicable) @@ -173,7 +173,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} - name: Set up remote cache backend (if applicable) @@ -252,7 +252,7 @@ jobs: if: ${{ startsWith(matrix.os, 'macos') }} run: brew install coreutils - if: ${{ !endsWith(matrix.os, 'linux-aarch64') }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: "pip" @@ -347,7 +347,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: "pip" @@ -419,7 +419,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} - name: Install towncrier requirements @@ -495,7 +495,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: pip diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c3afaee3d0..ba603dc015 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -30,7 +30,7 @@ jobs: echo "PANTS_CONFIG_FILES=pants.ci.toml" >> $GITHUB_ENV echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: pip diff --git a/.github/workflows/pr-number-assign.yml b/.github/workflows/pr-number-assign.yml index 3ea9772d7f..dec40a83d4 100644 --- a/.github/workflows/pr-number-assign.yml +++ b/.github/workflows/pr-number-assign.yml @@ -23,7 +23,7 @@ jobs: echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: pip diff --git a/.github/workflows/sbom.yml b/.github/workflows/sbom.yml index 91b1fbcaf5..3c0bd453c2 100644 --- a/.github/workflows/sbom.yml +++ b/.github/workflows/sbom.yml @@ -15,7 +15,7 @@ jobs: PYTHON_VERSION=$(grep -m 1 -oP '(?<=CPython==)([^"]+)' pants.toml) echo "PROJECT_PYTHON_VERSION=$PYTHON_VERSION" >> $GITHUB_ENV - name: Set up Python as Runtime - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ env.PROJECT_PYTHON_VERSION }} cache: pip diff --git a/.github/workflows/timeline-check.yml b/.github/workflows/timeline-check.yml index d1ddc6c4bb..49e98afeea 100644 --- a/.github/workflows/timeline-check.yml +++ b/.github/workflows/timeline-check.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: ${{ env.PR_FETCH_DEPTH }} sparse-checkout: changes - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.11" check-latest: true