Skip to content

Commit 7371375

Browse files
authored
Merge pull request #797 from nipreps/dependabot/github_actions/actions/checkout-3
Build(deps): Bump actions/checkout from 2 to 3
2 parents 1e79015 + 5e749ce commit 7371375

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
fetch-depth: 0
1717

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
with:
1616
ssh-key: "${{ secrets.NIPREPS_DEPLOY }}"
1717
fetch-depth: 0

0 commit comments

Comments
 (0)