Skip to content

Commit 3c84f5a

Browse files
authored
Merge pull request #403 from nipreps/dependabot/github_actions/actions/checkout-4
build(deps): bump actions/checkout from 3 to 4
2 parents 4ffc349 + e3a59e5 commit 3c84f5a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs-build-pr.yml

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

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/docs-build-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
2121
fetch-depth: 0

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Install fsl
114114
run: |
115115
conda install fsl-fugue fsl-topup
116-
- uses: actions/checkout@v3
116+
- uses: actions/checkout@v4
117117
- name: Install dependencies
118118
timeout-minutes: 5
119119
run: |

0 commit comments

Comments
 (0)