Skip to content

Commit

Permalink
validator.yml: Update outdated NodeJS actions
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuacwnewton committed Jun 27, 2024
1 parent 9a19675 commit 9ca106d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
swap-size-mb: 1024

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
# make sure to download directly from the PR's repo, whether that is this repo or a fork
# By default github generates a merge commit for each PR in this repo, but only for the one branch under test
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
run: sudo npm install -g bids-validator

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.11

Expand All @@ -73,7 +73,7 @@ jobs:
- name: Download dataset
run: |
git fetch --depth=1 origin git-annex:git-annex # actions/checkout@v2 does a shallow checkout, so it is missing this important branch
git fetch --depth=1 origin git-annex:git-annex # actions/checkout@v4 does a shallow checkout, so it is missing this important branch
git annex init
git annex get -J8
Expand Down

0 comments on commit 9ca106d

Please sign in to comment.