Skip to content

Commit 4ea6581

Browse files
Update actions/setup-python action to v5 (#172)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-python](https://togithub.com/actions/setup-python) | action | major | `v4` -> `v5` | --- ### Release Notes <details> <summary>actions/setup-python (actions/setup-python)</summary> ### [`v5`](https://togithub.com/actions/setup-python/compare/v4...v5) [Compare Source](https://togithub.com/actions/setup-python/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/cloud-py-api/nc_py_api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44Ny4yIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6318934 commit 4ea6581

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/analysis-coverage.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: actions/setup-python@v4
31+
- uses: actions/setup-python@v5
3232
with:
3333
python-version: "3.10"
3434

@@ -71,7 +71,7 @@ jobs:
7171
php-version: ${{ matrix.php-version }}
7272
extensions: mbstring, fileinfo, intl, pdo_mysql, zip, gd
7373

74-
- uses: actions/setup-python@v4
74+
- uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777

@@ -232,7 +232,7 @@ jobs:
232232
php-version: ${{ matrix.php-version }}
233233
extensions: mbstring, fileinfo, intl, pdo_mysql, zip, gd
234234

235-
- uses: actions/setup-python@v4
235+
- uses: actions/setup-python@v5
236236
with:
237237
python-version: ${{ matrix.python }}
238238

@@ -385,7 +385,7 @@ jobs:
385385
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, \
386386
posix, session, simplexml, xmlreader, xmlwriter, zip, zlib, oci8
387387

388-
- uses: actions/setup-python@v4
388+
- uses: actions/setup-python@v5
389389
with:
390390
python-version: '3.11'
391391

@@ -505,7 +505,7 @@ jobs:
505505
php-version: 8.2
506506
extensions: mbstring, fileinfo, intl, pdo_mysql, zip, gd, curl
507507

508-
- uses: actions/setup-python@v4
508+
- uses: actions/setup-python@v5
509509
with:
510510
python-version: "3.10"
511511

@@ -667,7 +667,7 @@ jobs:
667667
php-version: 8.2
668668
extensions: mbstring, fileinfo, intl, pdo_mysql, zip, gd
669669

670-
- uses: actions/setup-python@v4
670+
- uses: actions/setup-python@v5
671671
with:
672672
python-version: '3.11'
673673

@@ -815,7 +815,7 @@ jobs:
815815
php-version: 8.1
816816
extensions: mbstring, fileinfo, intl, sqlite, pdo_sqlite, zip, gd, curl
817817

818-
- uses: actions/setup-python@v4
818+
- uses: actions/setup-python@v5
819819
with:
820820
python-version: 3.12
821821

.github/workflows/docs-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v4
14+
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.10'
1717

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v4
15+
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.10'
1818

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup Python
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.10'
1919

0 commit comments

Comments
 (0)