Skip to content

Commit 0ddde95

Browse files
dependabot[bot]aduh95
authored andcommitted
meta: bump actions/setup-python from 6.2.0 to 6.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #64241 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent c0a8760 commit 0ddde95

12 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/build-tarball.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
persist-credentials: false
8080
- name: Set up Python ${{ env.PYTHON_VERSION }}
81-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
81+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION }}
8484
allow-prereleases: true
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
clang-version: ${{ env.CLANG_VERSION }}
117117
- name: Set up Python ${{ env.PYTHON_VERSION }}
118-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
118+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
119119
with:
120120
python-version: ${{ env.PYTHON_VERSION }}
121121
allow-prereleases: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
clang-version: ${{ env.CLANG_VERSION }}
6060
- name: Set up Python ${{ env.PYTHON_VERSION }}
61-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
61+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6262
with:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464
allow-prereleases: true

.github/workflows/coverage-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
clang-version: ${{ env.CLANG_VERSION }}
6060
- name: Set up Python ${{ env.PYTHON_VERSION }}
61-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
61+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6262
with:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464
allow-prereleases: true

.github/workflows/coverage-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
persist-credentials: false
7575
- name: Set up Python ${{ env.PYTHON_VERSION }}
76-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
76+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7777
with:
7878
python-version: ${{ env.PYTHON_VERSION }}
7979
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-24.04-arm
4040
steps:
4141
- name: Set up Python ${{ env.PYTHON_VERSION }}
42-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
42+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
47+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
68+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6969
with:
7070
python-version: ${{ env.PYTHON_VERSION }}
7171
allow-prereleases: true
@@ -179,7 +179,7 @@ jobs:
179179
*.py
180180
sparse-checkout-cone-mode: false
181181
- name: Set up Python ${{ env.PYTHON_VERSION }}
182-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
182+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
183183
with:
184184
python-version: ${{ env.PYTHON_VERSION }}
185185
allow-prereleases: true
@@ -203,7 +203,7 @@ jobs:
203203
*.yaml
204204
sparse-checkout-cone-mode: false
205205
- name: Use Python ${{ env.PYTHON_VERSION }}
206-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
206+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
207207
with:
208208
python-version: ${{ env.PYTHON_VERSION }}
209209
allow-prereleases: true

.github/workflows/stress-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
if: runner.os == 'macOS'
6868
run: sudo xcode-select -s /Applications/Xcode_${{ env.XCODE_VERSION }}.app
6969
- name: Set up Python ${{ env.PYTHON_VERSION }}
70-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
70+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373
allow-prereleases: true

.github/workflows/test-internet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
clang-version: ${{ env.CLANG_VERSION }}
5757
- name: Set up Python ${{ env.PYTHON_VERSION }}
58-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
58+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5959
with:
6060
python-version: ${{ env.PYTHON_VERSION }}
6161
allow-prereleases: true

.github/workflows/test-linux-quic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
rustup override set "$RUSTC_VERSION"
6161
rustup --version
6262
- name: Set up Python ${{ env.PYTHON_VERSION }}
63-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
63+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6464
with:
6565
python-version: ${{ env.PYTHON_VERSION }}
6666
allow-prereleases: true

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
rustup override set "$RUSTC_VERSION"
7272
rustup --version
7373
- name: Set up Python ${{ env.PYTHON_VERSION }}
74-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
74+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7575
with:
7676
python-version: ${{ env.PYTHON_VERSION }}
7777
allow-prereleases: true

0 commit comments

Comments
 (0)