Skip to content

Commit d4d7a57

Browse files
chore(deps): bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 060cfe1 commit d4d7a57

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
submodules: true
3232

3333
- name: Set up the python ${{ env.MINIMUM_PYTHON_VERSION }}
34-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
34+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
3535
id: setup-python
3636
with:
3737
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
@@ -60,7 +60,7 @@ jobs:
6060
persist-credentials: false
6161
submodules: true
6262
- name: Set up the python ${{ env.MINIMUM_PYTHON_VERSION }}
63-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
63+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
6464
id: setup-python
6565
with:
6666
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
@@ -89,7 +89,7 @@ jobs:
8989
persist-credentials: false
9090
submodules: true
9191
- name: Set up the python ${{ env.MINIMUM_PYTHON_VERSION }}
92-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
92+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9393
id: setup-python
9494
with:
9595
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
# ----- setup python -----
3939
#----------------------------------------------
4040
- name: Set up the environment
41-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
41+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
4242
id: setup-python
4343
with:
4444
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
@@ -89,7 +89,7 @@ jobs:
8989
submodules: true
9090

9191
- name: set up python
92-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
92+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
9393
with:
9494
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
9595

@@ -144,7 +144,7 @@ jobs:
144144
persist-credentials: false
145145
fetch-depth: 0
146146
- name: Set up Python ${{ env.MINIMUM_PYTHON_VERSION }}
147-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
147+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
148148
with:
149149
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
150150
- name: get dist artifacts

.github/workflows/scheduled.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Install 3.13
5151
if: hashFiles('uv.lock') != ''
52-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
52+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5353
with:
5454
python-version: "3.13"
5555

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Set up Python ${{ matrix.python-version }}
5757
id: setup-python
58-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
58+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161

@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Set up Python ${{ env.MINIMUM_PYTHON_VERSION }}
119119
id: setup-python
120-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
120+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
121121
with:
122122
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
123123

@@ -155,7 +155,7 @@ jobs:
155155

156156
- name: Set up Python ${{ env.MINIMUM_PYTHON_VERSION }}
157157
id: setup-python
158-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
158+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
159159
with:
160160
python-version: ${{ env.MINIMUM_PYTHON_VERSION }}
161161

0 commit comments

Comments
 (0)