Skip to content

Commit 9f03f07

Browse files
Bump actions/setup-python from 6 to 7 (#3901)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93ae13b commit 9f03f07

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
uses: actions/checkout@v7
178178

179179
- name: Setup Python
180-
uses: actions/setup-python@v6
180+
uses: actions/setup-python@v7
181181
with:
182182
python-version: 3.11
183183

.github/workflows/test-lang-java.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
maven-version: 3.9.11
122122

123123
- name: "Setup Python for Generating Input Data"
124-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
124+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
125125
with:
126126
python-version: "3.12"
127127

.github/workflows/test-lang-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
${{ runner.os }}-node-
9191
9292
- name: Setup Python for Generating Input Data
93-
uses: actions/setup-python@v6
93+
uses: actions/setup-python@v7
9494

9595
- name: Apt Install Compression Libs Required by Python
9696
run: |

.github/workflows/test-lang-py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v7
5555

5656
- name: Setup Python
57-
uses: actions/setup-python@v6
57+
uses: actions/setup-python@v7
5858
with:
5959
python-version: ${{ matrix.python }}
6060

@@ -100,7 +100,7 @@ jobs:
100100
- uses: actions/checkout@v7
101101

102102
- name: Setup Python
103-
uses: actions/setup-python@v6
103+
uses: actions/setup-python@v7
104104
with:
105105
python-version: ${{ matrix.python }}
106106

0 commit comments

Comments
 (0)