Skip to content

Commit 0ff323f

Browse files
⬆️ Update actions/setup-python action to v6.3.0 (#1541)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c7c6b1 commit 0ff323f

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
enable-cache: true
3333
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
34-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
34+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3535
with:
3636
python-version: ${{ env.DEFAULT_PYTHON }}
3737
- name: 🏗 Install dependencies

.github/workflows/linting.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
enable-cache: true
3131
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
3232
id: python
33-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
33+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3434
with:
3535
python-version: ${{ env.DEFAULT_PYTHON }}
3636
- name: 🏗 Install Python dependencies
@@ -54,7 +54,7 @@ jobs:
5454
enable-cache: true
5555
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
5656
id: python
57-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
57+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
5858
with:
5959
python-version: ${{ env.DEFAULT_PYTHON }}
6060
- name: 🏗 Install Python dependencies

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
enable-cache: false
3535
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
3636
id: python
37-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
37+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3838
with:
3939
python-version: ${{ env.DEFAULT_PYTHON }}
4040
- name: 🏗 Install dependencies

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
enable-cache: true
3939
- name: 🏗 Set up Python ${{ matrix.python }}
4040
id: python
41-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
41+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
4242
with:
4343
python-version: ${{ matrix.python }}
4444
- name: 🏗 Install dependencies
@@ -73,7 +73,7 @@ jobs:
7373
enable-cache: true
7474
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
7575
id: python
76-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
76+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
7777
with:
7878
python-version: ${{ env.DEFAULT_PYTHON }}
7979
- name: 🏗 Install dependencies

.github/workflows/typing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
3434
id: python
3535
# yamllint disable-line rule:line-length
36-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
36+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
3737
with:
3838
python-version: ${{ env.DEFAULT_PYTHON }}
3939
- name: 🏗 Install dependencies

0 commit comments

Comments
 (0)