Skip to content

Commit cb0eb58

Browse files
meta: bump actions/setup-python from 6.0.0 to 6.1.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0. - [Release notes](https://github.com/actions/setup-python/releases) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> PR-URL: #60927 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent a7805e2 commit cb0eb58

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
persist-credentials: false
8282
- name: Set up Python ${{ env.PYTHON_VERSION }}
83-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
83+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8484
with:
8585
python-version: ${{ env.PYTHON_VERSION }}
8686
allow-prereleases: true
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
clang-version: ${{ env.CLANG_VERSION }}
118118
- name: Set up Python ${{ env.PYTHON_VERSION }}
119-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
119+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
120120
with:
121121
python-version: ${{ env.PYTHON_VERSION }}
122122
allow-prereleases: true

.github/workflows/coverage-linux-without-intl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
clang-version: ${{ env.CLANG_VERSION }}
5959
- name: Set up Python ${{ env.PYTHON_VERSION }}
60-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
60+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6161
with:
6262
python-version: ${{ env.PYTHON_VERSION }}
6363
allow-prereleases: true

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
clang-version: ${{ env.CLANG_VERSION }}
5959
- name: Set up Python ${{ env.PYTHON_VERSION }}
60-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
60+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6161
with:
6262
python-version: ${{ env.PYTHON_VERSION }}
6363
allow-prereleases: true

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
with:
5050
persist-credentials: false
5151
- name: Set up Python ${{ env.PYTHON_VERSION }}
52-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
52+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5353
with:
5454
python-version: ${{ env.PYTHON_VERSION }}
5555
allow-prereleases: true

.github/workflows/daily-wpt-fyi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Set up Python ${{ env.PYTHON_VERSION }}
42-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
42+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4343
with:
4444
python-version: ${{ env.PYTHON_VERSION }}
4545
allow-prereleases: true

.github/workflows/linters.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
with:
4545
persist-credentials: false
4646
- name: Set up Python ${{ env.PYTHON_VERSION }}
47-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
47+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
4848
with:
4949
python-version: ${{ env.PYTHON_VERSION }}
5050
allow-prereleases: true
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
node-version: ${{ env.NODE_VERSION }}
6767
- name: Set up Python ${{ env.PYTHON_VERSION }}
68-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
68+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6969
with:
7070
python-version: ${{ env.PYTHON_VERSION }}
7171
allow-prereleases: true
@@ -164,7 +164,7 @@ jobs:
164164
with:
165165
persist-credentials: false
166166
- name: Set up Python ${{ env.PYTHON_VERSION }}
167-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
167+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
168168
with:
169169
python-version: ${{ env.PYTHON_VERSION }}
170170
allow-prereleases: true
@@ -182,7 +182,7 @@ jobs:
182182
with:
183183
persist-credentials: false
184184
- name: Use Python ${{ env.PYTHON_VERSION }}
185-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
185+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
186186
with:
187187
python-version: ${{ env.PYTHON_VERSION }}
188188
allow-prereleases: true

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
clang-version: ${{ env.CLANG_VERSION }}
5656
- name: Set up Python ${{ env.PYTHON_VERSION }}
57-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
57+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
5858
with:
5959
python-version: ${{ env.PYTHON_VERSION }}
6060
allow-prereleases: true

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
with:
5858
clang-version: ${{ env.CLANG_VERSION }}
5959
- name: Set up Python ${{ env.PYTHON_VERSION }}
60-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
60+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6161
with:
6262
python-version: ${{ env.PYTHON_VERSION }}
6363
allow-prereleases: true

.github/workflows/test-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
persist-credentials: false
8989
path: node
9090
- name: Set up Python ${{ env.PYTHON_VERSION }}
91-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
91+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
9292
with:
9393
python-version: ${{ env.PYTHON_VERSION }}
9494
allow-prereleases: true

.github/workflows/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
if: |
310310
(matrix.id == 'icu' || matrix.id == 'inspector_protocol') &&
311311
(github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
312-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
312+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
313313
with:
314314
python-version: ${{ env.PYTHON_VERSION }}
315315
allow-prereleases: true

0 commit comments

Comments
 (0)