Skip to content

Commit 03ec236

Browse files
committed
Merge remote-tracking branches 'upstream/dependabot/github_actions/actions/setup-node-5' and 'upstream/dependabot/github_actions/actions/setup-python-6'
3 parents 83f52bb + c32d550 + 0aee16b commit 03ec236

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Checkout 🛎️
1919
uses: actions/checkout@v5
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.11"
2323
- name: Install and Build 🔧

.github/workflows/validate_datasets.yml

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

3939
- name: Set up Node.js
4040
if: matrix.bids-validator == 'legacy'
41-
uses: actions/setup-node@v4
41+
uses: actions/setup-node@v5
4242
with:
4343
node-version: 22
4444

0 commit comments

Comments
 (0)