Skip to content

Commit 6a2b4a4

Browse files
chore(actions): update actions/setup-python action to v6
1 parent 45d76ea commit 6a2b4a4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
git config core.autocrlf false
6565
6666
- name: Setup Python
67-
uses: actions/setup-python@v5
67+
uses: actions/setup-python@v6
6868
with:
6969
python-version: "3.11"
7070

.github/workflows/pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config core.autocrlf false
3939
4040
- name: Set up Python 3.11
41-
uses: actions/setup-python@v5
41+
uses: actions/setup-python@v6
4242
with:
4343
python-version: '3.11'
4444

@@ -91,7 +91,7 @@ jobs:
9191
- uses: actions/checkout@v4
9292

9393
- name: Setup Python 3.11
94-
uses: actions/setup-python@v5
94+
uses: actions/setup-python@v6
9595
with:
9696
python-version: '3.11'
9797

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "value=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
2121

2222
- name: Setup Python 3.11
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.11'
2626

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- name: Setup python
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474

7575
- name: Setup python
76-
uses: actions/setup-python@v5
76+
uses: actions/setup-python@v6
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
architecture: x64
@@ -148,7 +148,7 @@ jobs:
148148
java-version: '17'
149149

150150
- name: Setup Python
151-
uses: actions/setup-python@v5
151+
uses: actions/setup-python@v6
152152
with:
153153
python-version: ${{ matrix.python-version }}
154154
architecture: x64

0 commit comments

Comments
 (0)