Skip to content

Commit 7f69c96

Browse files
authored
Merge pull request #87 from dipy/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 73492ad + 1e8f3d2 commit 7f69c96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Codespell
1919
uses: codespell-project/actions-codespell@v2

.github/workflows/publish.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@v4
46+
uses: actions/checkout@v5
4747

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

0 commit comments

Comments
 (0)