Skip to content

Commit 00bf692

Browse files
authored
Merge pull request #335 from mesa/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 16ad316 + dc241c3 commit 00bf692

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v7
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v6
53+
uses: actions/setup-python@v7
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656
cache: 'pip'

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v7
2323
- name: Set up Python
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: "3.14"
2727
cache: 'pip'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout source
2929
uses: actions/checkout@v7
3030
- name: Set up Python
31-
uses: actions/setup-python@v6
31+
uses: actions/setup-python@v7
3232
with:
3333
python-version: "3.14"
3434
- name: Install dependencies

0 commit comments

Comments
 (0)