Skip to content

Commit 07894d3

Browse files
Bump actions/setup-python from 5 to 6 (#332)
1 parent 2d4f042 commit 07894d3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
distribution: temurin
7676
java-version-file: .java-version
77-
- uses: actions/setup-python@v5
77+
- uses: actions/setup-python@v6
7878
with:
7979
python-version-file: .python-version
8080
- name: Validate Gradle Wrapper

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
distribution: temurin
4343
java-version-file: .java-version
44-
- uses: actions/setup-python@v5
44+
- uses: actions/setup-python@v6
4545
with:
4646
python-version-file: .python-version
4747
- name: Validate Gradle Wrapper

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
distribution: temurin
5454
java-version-file: .java-version
55-
- uses: actions/setup-python@v5
55+
- uses: actions/setup-python@v6
5656
with:
5757
python-version-file: .python-version
5858
- name: Validate Gradle Wrapper

.github/workflows/snapshot_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
distribution: temurin
3939
java-version-file: .java-version
40-
- uses: actions/setup-python@v5
40+
- uses: actions/setup-python@v6
4141
with:
4242
python-version-file: .python-version
4343
- name: Validate Gradle Wrapper

0 commit comments

Comments
 (0)