Skip to content

Commit 76b5ece

Browse files
authored
Merge pull request #126 from simonsobs/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4bf71b9 + dca6ff1 commit 76b5ece

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ["3.10", "3.11", "3.12", "3.13"]
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v6

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, macos-13, macos-14]
2222

2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525

2626
- name: Build wheels
2727
uses: pypa/cibuildwheel@v3.3.0
@@ -40,7 +40,7 @@ jobs:
4040
name: Build source distribution
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v5
43+
- uses: actions/checkout@v6
4444

4545
- uses: actions/setup-python@v6
4646
name: Install Python

0 commit comments

Comments
 (0)