Skip to content

Commit a719fdd

Browse files
Merge pull request #531 from Blosc/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 00b2885 + e1bb4a5 commit a719fdd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
numpy-version: "1.26"
2424

2525
steps:
26-
- uses: actions/checkout@v5
26+
- uses: actions/checkout@v6
2727

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

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
artifact_name: "macos-universal2"
6161
steps:
6262
- name: Checkout repo
63-
uses: actions/checkout@v5
63+
uses: actions/checkout@v6
6464

6565
- name: Set up Python
6666
uses: actions/setup-python@v6

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repo
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Set up Python
3636
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)