Skip to content

Commit

Permalink
Update actions/setup-python action to v5 (bcgov#3282)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2023
1 parent 47fe451 commit 4bed8d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post_merge_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4bed8d5

Please sign in to comment.