Skip to content

Commit 29037d3

Browse files
authored
Merge pull request #118 from simonsobs/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents ec3fa9d + 3d30712 commit 29037d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929

3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444

45-
- uses: actions/setup-python@v5
45+
- uses: actions/setup-python@v6
4646
name: Install Python
4747
with:
4848
python-version: '3.10'

0 commit comments

Comments
 (0)