Skip to content

Commit 2ea18b5

Browse files
authored
Merge pull request #239 from AstroAI-Lab/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 57f9188 + 5903475 commit 2ea18b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 0
3232

3333
- name: Set up Python ${{ matrix.python-version }}
34-
uses: actions/setup-python@v6
34+
uses: actions/setup-python@v7
3535
with:
3636
python-version: ${{ matrix.python-version }}
3737

@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v7
5656

5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v6
58+
uses: actions/setup-python@v7
5959
with:
6060
python-version: "3.13"
6161

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# setuptools_scm requires a non-shallow clone of the repository
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-python@v6
22+
- uses: actions/setup-python@v7
2323
name: Install Python
2424

2525
- name: Build SDist

0 commit comments

Comments
 (0)