Skip to content

Commit 3479ac3

Browse files
authored
Merge pull request #44 from dipy/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6e9366f + 9952bc1 commit 3479ac3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
path: ./pull_request_number.txt
4444

4545
- name: Checkout website repo
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Setup Python
4949
uses: actions/setup-python@v6

.github/workflows/check_format.yml

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

1919
steps:
2020
- name: Check out repository
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

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

0 commit comments

Comments
 (0)