Skip to content

Commit b17c6b3

Browse files
Update actions/setup-python action to v7 (#773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c042baa commit b17c6b3

8 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/build-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
submodules: true
3232

33-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
33+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3434

3535
- name: Build wheel & sdist
3636
run: |

.github/workflows/build-protocol.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: true
3434
ref: ${{ github.event.pull_request.head.ref }}
3535

36-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
36+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3737

3838
- name: Install Protoc
3939
# protoc 29.x emits gencode 5.x. Do NOT bump to 30+ (gencode 6+): the
@@ -71,7 +71,7 @@ jobs:
7171
with:
7272
submodules: true
7373

74-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
74+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7575

7676
- name: Build wheel & sdist
7777
run: |

.github/workflows/build-rtc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
submodules: true
3434
ref: ${{ github.event.pull_request.head.ref }}
3535

36-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
36+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3737

3838
- name: Install Protoc
3939
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
submodules: true
8181

82-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
82+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
8383
id: setup-python
8484
with:
8585
python-version: "3.11"

.github/workflows/check-types.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
submodules: recursive
1919

2020
- name: Set up Python 3.9
21-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
21+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222
with:
2323
python-version: 3.9
2424

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fi
6767
6868
- name: Set up Python
69-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
69+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
7070
with:
7171
python-version: "3.10"
7272

@@ -221,7 +221,7 @@ jobs:
221221
with:
222222
submodules: true
223223

224-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
224+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
225225
id: setup-python
226226
with:
227227
python-version: "3.11"
@@ -295,7 +295,7 @@ jobs:
295295
with:
296296
submodules: true
297297

298-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
298+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
299299

300300
- name: Build wheel & sdist
301301
run: |
@@ -344,7 +344,7 @@ jobs:
344344
with:
345345
submodules: true
346346

347-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
347+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
348348

349349
- name: Build wheel & sdist
350350
run: |

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
8-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
8+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
99
with:
1010
python-version: "3.9"
1111

.github/workflows/test-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
submodules: true
4242

43-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
43+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
4444
with:
4545
python-version: "3.12"
4646

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
submodules: true
3838
lfs: true
3939

40-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
40+
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
4141
with:
4242
python-version: ${{ inputs.python-version }}
4343
allow-prereleases: true

0 commit comments

Comments
 (0)