Skip to content

Commit 387211b

Browse files
dependabot[bot]aduh95
authored andcommitted
meta: bump actions/setup-python from 6.3.0 to 7.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.3.0 to 7.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@ece7cb0...5fda3b9) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> PR-URL: #64932 Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent e7738fa commit 387211b

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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
81+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
8282
with:
8383
python-version: ${{ env.PYTHON_VERSION }}
8484
allow-prereleases: true
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
clang-version: ${{ env.CLANG_VERSION }}
114114
- name: Set up Python ${{ env.PYTHON_VERSION }}
115-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
115+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
116116
with:
117117
python-version: ${{ env.PYTHON_VERSION }}
118118
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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
61+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
61+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.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
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
persist-credentials: false
7676
- name: Set up Python ${{ env.PYTHON_VERSION }}
77-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
77+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
7878
with:
7979
python-version: ${{ env.PYTHON_VERSION }}
8080
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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
42+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.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
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
persist-credentials: false
4444
- name: Set up Python ${{ env.PYTHON_VERSION }}
45-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
45+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
4646
with:
4747
python-version: ${{ env.PYTHON_VERSION }}
4848
allow-prereleases: true
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
node-version: ${{ env.NODE_VERSION }}
6363
- name: Set up Python ${{ env.PYTHON_VERSION }}
64-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
64+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
6565
with:
6666
python-version: ${{ env.PYTHON_VERSION }}
6767
allow-prereleases: true
@@ -151,7 +151,7 @@ jobs:
151151
*.py
152152
sparse-checkout-cone-mode: false
153153
- name: Set up Python ${{ env.PYTHON_VERSION }}
154-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
154+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
155155
with:
156156
python-version: ${{ env.PYTHON_VERSION }}
157157
allow-prereleases: true
@@ -173,7 +173,7 @@ jobs:
173173
*.yaml
174174
sparse-checkout-cone-mode: false
175175
- name: Use Python ${{ env.PYTHON_VERSION }}
176-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
176+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
177177
with:
178178
python-version: ${{ env.PYTHON_VERSION }}
179179
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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
70+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
58+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
63+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.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@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
74+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
7575
with:
7676
python-version: ${{ env.PYTHON_VERSION }}
7777
allow-prereleases: true

0 commit comments

Comments
 (0)