Skip to content

Commit b0a5658

Browse files
authored
Merge pull request #52 from bids-apps/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 8205492 + e33d459 commit b0a5658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validate:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121
- name: Set up Python

0 commit comments

Comments
 (0)