Skip to content

Commit 3914e50

Browse files
chore: bump the action-dependencies group with 2 updates (#2102)
Bumps the action-dependencies group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `actions/setup-python` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@e797f83...83679a8) Updates `astral-sh/setup-uv` from 7.1.3 to 7.1.4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@5a7eac6...1e862df) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: action-dependencies - dependency-name: astral-sh/setup-uv dependency-version: 7.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d5e7c3a commit 3914e50

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
persist-credentials: false
124124

125125
- name: "Set up Python"
126-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
126+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
127127
with:
128128
python-version: "${{ matrix.python-version }}"
129129
allow-prereleases: true
@@ -184,7 +184,7 @@ jobs:
184184
persist-credentials: false
185185

186186
- name: "Set up Python"
187-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
187+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
188188
with:
189189
python-version: "3.10" # Minimum of PYVERSIONS
190190
# At a certain point, installing dependencies failed on pypy 3.9 and

.github/workflows/kit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
persist-credentials: false
172172

173173
- name: "Install Python"
174-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
174+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
175175
with:
176176
python-version: "${{ matrix.minpy || '3.11' }}" # PYVERSIONS needed by cibuildwheel
177177
cache: pip
@@ -232,7 +232,7 @@ jobs:
232232
persist-credentials: false
233233

234234
- name: "Install Python"
235-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
235+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
236236
with:
237237
python-version: "3.11" # PYVERSIONS: the kit-building version
238238
cache: pip

.github/workflows/quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
persist-credentials: false
7777

7878
- name: "Install Python"
79-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
79+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
8080
with:
8181
python-version: "3.10" # Minimum of PYVERSIONS
8282
cache: pip
@@ -104,7 +104,7 @@ jobs:
104104
persist-credentials: false
105105

106106
- name: "Install Python"
107-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
107+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
108108
with:
109109
python-version: "3.10" # Minimum of PYVERSIONS
110110
cache: pip
@@ -137,7 +137,7 @@ jobs:
137137
git fetch origin main --depth=1
138138
139139
- name: "Install Python"
140-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
140+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
141141
with:
142142
python-version: "3.11" # Doc version from PYVERSIONS
143143
cache: pip
@@ -175,7 +175,7 @@ jobs:
175175
persist-credentials: false
176176

177177
- name: Install the latest version of uv
178-
uses: astral-sh/setup-uv@5a7eac68fb9809dea845d802897dc5c723910fa3 #v7.1.3
178+
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 #v7.1.4
179179
with:
180180
enable-cache: false
181181

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
persist-credentials: false
117117

118118
- name: "Set up Python"
119-
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
119+
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
120120
with:
121121
python-version: "${{ matrix.python-version }}"
122122
allow-prereleases: true

0 commit comments

Comments
 (0)