From 4bed8d514085d493d2f1a69db581048952138dfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 08:46:54 -0800 Subject: [PATCH] Update actions/setup-python action to v5 (#3282) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/integration.yml | 6 +++--- .github/workflows/post_merge_integration.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 55e1bd0c8..37eb6817e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -20,7 +20,7 @@ jobs: sudo apt-get update sudo apt-get -y install libgdal-dev - name: Setup Python ${{ matrix.python-version }} (api) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Cache poetry installer @@ -93,7 +93,7 @@ jobs: sudo apt-get update sudo apt-get -y install libgdal-dev wkhtmltopdf - name: Setup Python ${{ matrix.python-version }} (api) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Cache poetry installer @@ -255,7 +255,7 @@ jobs: # For sonar-scanner to work properly we can't use a shallow fetch. fetch-depth: 0 - name: Setup Python ${{ matrix.python-version }} (api) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Cache poetry installer diff --git a/.github/workflows/post_merge_integration.yml b/.github/workflows/post_merge_integration.yml index 100ed9bcf..8de80cc12 100644 --- a/.github/workflows/post_merge_integration.yml +++ b/.github/workflows/post_merge_integration.yml @@ -21,7 +21,7 @@ jobs: sudo apt-get update sudo apt-get -y install libgdal-dev - name: Setup Python ${{ matrix.python-version }} (api) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Cache poetry installer @@ -94,7 +94,7 @@ jobs: sudo apt-get update sudo apt-get -y install libgdal-dev wkhtmltopdf - name: Setup Python ${{ matrix.python-version }} (api) - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Cache poetry installer