Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit 06a71c2

Browse files
chore(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e41f275 commit 06a71c2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/downstream_python_quickstarts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
distribution: 'temurin'
9999
cache: 'maven'
100100
- name: Python Setup
101-
uses: actions/setup-python@v4
101+
uses: actions/setup-python@v5
102102
with:
103103
python-version: ${{matrix.python-version}}
104104
cache: 'pip'

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
cache: 'maven'
6969
# Need to install all Python versions in the same run for tox
7070
- name: Python 3.10, Python 3.11, Python 3.12 Setup
71-
uses: actions/setup-python@v4
71+
uses: actions/setup-python@v5
7272
with:
7373
python-version: |
7474
3.10

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
maven-version: 3.9.3
5757

5858
- name: Python 3.12 Setup
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: 3.12
6262

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
restore-keys: ${{ runner.os }}-m2
7979
# Need to install all Python versions in the same run for tox
8080
- name: Python 3.10, Python 3.11, Python 3.12 Setup
81-
uses: actions/setup-python@v4
81+
uses: actions/setup-python@v5
8282
with:
8383
python-version: |
8484
3.10

0 commit comments

Comments
 (0)