Skip to content

Commit d16ac11

Browse files
fix(deps): bump actions/setup-python from 6.2.0 to 6.3.0 (#2274)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c5d951 commit d16ac11

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/docs-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737
- name: Set up Python ${{ needs.set-versions.outputs.max }}
38-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
38+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3939
# This is deliberately not using a custom credential as it relies on native github actions token to have push rights.
4040
with:
4141
python-version: ${{ needs.set-versions.outputs.max }}
@@ -60,7 +60,7 @@ jobs:
6060
fetch-depth: 0
6161
token: ${{ steps.app-token.outputs.token }}
6262
- name: Set up Python ${{ needs.set-versions.outputs.max }}
63-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
63+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6464
# This is deliberately not using a custom credential as it relies on native github actions token to have push rights.
6565
with:
6666
python-version: ${{ needs.set-versions.outputs.max }}

.github/workflows/python-push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
with:
5757
submodules: true
5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
59+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -139,7 +139,7 @@ jobs:
139139
fetch-depth: 0
140140
submodules: true
141141
- name: Set up Python ${{ matrix.python-version }}
142-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
142+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
143143
with:
144144
python-version: ${{ matrix.python-version }}
145145
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -200,7 +200,7 @@ jobs:
200200
fetch-depth: 0
201201
token: ${{ steps.app-token.outputs.token }}
202202
- name: Set up Python ${{ needs.set-versions.outputs.max }}
203-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
203+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
204204
with:
205205
python-version: ${{ needs.set-versions.outputs.max }}
206206
- name: Install build tools

.github/workflows/python-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
submodules: true
3434
- name: Set up Python
35-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
35+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3636
with:
3737
python-version: ${{ needs.set-versions.outputs.max }}
3838
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
submodules: true
8888
- name: Set up Python
89-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
89+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
9090
with:
9191
python-version: ${{ needs.set-versions.outputs.max }}
9292
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -126,7 +126,7 @@ jobs:
126126
fetch-depth: 0
127127
submodules: true
128128
- name: Set up Python ${{ matrix.python-version }}
129-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
129+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
130130
with:
131131
python-version: ${{ matrix.python-version }}
132132
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -182,7 +182,7 @@ jobs:
182182
fetch-depth: 0
183183
submodules: true
184184
- name: Set up Python ${{ matrix.python-version }}
185-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
185+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
186186
with:
187187
python-version: ${{ matrix.python-version }}
188188
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -238,7 +238,7 @@ jobs:
238238
with:
239239
submodules: true
240240
- name: Set up Python
241-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
241+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
242242
with:
243243
python-version: ${{ needs.set-versions.outputs.max }}
244244
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
@@ -288,7 +288,7 @@ jobs:
288288
with:
289289
submodules: true
290290
- name: Set up Python
291-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
291+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
292292
with:
293293
python-version: ${{ needs.set-versions.outputs.max }}
294294
- uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0

0 commit comments

Comments
 (0)