Skip to content

Commit f42f58d

Browse files
renovate[bot]dkropachev
authored andcommitted
chore(deps): update actions/setup-python action to v6
1 parent e437da5 commit f42f58d

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131
fetch-depth: 0
3232
- name: Set up Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: '3.10'
3636
- name: Set up JDK 8.0

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 0
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: '3.10'
3030

.github/workflows/tests@v1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
uses: actions/checkout@v5
159159

160160
- name: Setup Python 3
161-
uses: actions/setup-python@v5
161+
uses: actions/setup-python@v6
162162
with:
163163
python-version: '3.11'
164164

@@ -191,7 +191,7 @@ jobs:
191191
key: ${{ runner.os }}-${{ matrix.java-version }}-maven-${{ hashFiles('**/pom.xml') }}
192192

193193
- name: Setup Python 3
194-
uses: actions/setup-python@v5
194+
uses: actions/setup-python@v6
195195
with:
196196
python-version: '3.11'
197197

@@ -298,7 +298,7 @@ jobs:
298298
key: ${{ runner.os }}-${{ matrix.java-version }}-maven-${{ hashFiles('**/pom.xml') }}
299299

300300
- name: Setup Python 3
301-
uses: actions/setup-python@v5
301+
uses: actions/setup-python@v6
302302
with:
303303
python-version: '3.11'
304304

0 commit comments

Comments
 (0)