Skip to content

Commit a61ea92

Browse files
authored
Merge pull request #1191 from opsmill/dependabot/github_actions/stable/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents 2ddb1f0 + 850f598 commit a61ea92

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: "Check out repository code"
7979
uses: "actions/checkout@v7"
8080
- name: Set up Python
81-
uses: actions/setup-python@v6
81+
uses: actions/setup-python@v7
8282
with:
8383
python-version: "3.12"
8484
- name: Install UV
@@ -141,7 +141,7 @@ jobs:
141141
- name: "Check out repository code"
142142
uses: "actions/checkout@v7"
143143
- name: "Set up Python"
144-
uses: "actions/setup-python@v6"
144+
uses: "actions/setup-python@v7"
145145
with:
146146
python-version: "3.12"
147147
- name: "Install uv"
@@ -177,7 +177,7 @@ jobs:
177177
- name: "Install dependencies"
178178
run: npm install
179179
- name: Set up Python
180-
uses: actions/setup-python@v6
180+
uses: actions/setup-python@v7
181181
with:
182182
python-version: "3.12"
183183
- name: Install UV
@@ -213,7 +213,7 @@ jobs:
213213
run: npm install
214214
working-directory: ./docs
215215
- name: Set up Python
216-
uses: actions/setup-python@v6
216+
uses: actions/setup-python@v7
217217
with:
218218
python-version: "3.12"
219219
- name: Install UV
@@ -277,7 +277,7 @@ jobs:
277277
- name: "Check out repository code"
278278
uses: "actions/checkout@v7"
279279
- name: Set up Python ${{ matrix.python-version }}
280-
uses: actions/setup-python@v6
280+
uses: actions/setup-python@v7
281281
with:
282282
python-version: ${{ matrix.python-version }}
283283
- name: Install UV
@@ -325,7 +325,7 @@ jobs:
325325
- name: "Check out repository code"
326326
uses: "actions/checkout@v7"
327327
- name: Set up Python
328-
uses: actions/setup-python@v6
328+
uses: actions/setup-python@v7
329329
with:
330330
python-version: "3.12"
331331
- name: "Set environment variables"
@@ -376,7 +376,7 @@ jobs:
376376
# submodules: true
377377

378378
# - name: Set up Python
379-
# uses: actions/setup-python@v6
379+
# uses: actions/setup-python@v7
380380
# with:
381381
# python-version: "3.12"
382382

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
needs: prepare-environment
3838
steps:
3939
- name: "Set up Python"
40-
uses: "actions/setup-python@v6"
40+
uses: "actions/setup-python@v7"
4141
with:
4242
python-version: "3.12"
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
submodules: true
2727

2828
- name: "Set up Python"
29-
uses: "actions/setup-python@v6"
29+
uses: "actions/setup-python@v7"
3030
with:
3131
python-version: "3.12"
3232

0 commit comments

Comments
 (0)