Skip to content

Commit 5e707a6

Browse files
authored
Merge pull request #391 from nipreps/dependabot/github_actions/actions/checkout-4
Build(deps): Bump actions/checkout from 3 to 4
2 parents fb38c53 + 24e6982 commit 5e707a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
commit_message: ${{ steps.get_commit_message.outputs.commit_message }}
2828
steps:
2929
- name: Get repo
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333
- name: Print head git commit message
@@ -46,7 +46,7 @@ jobs:
4646
if: "!contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v3
49+
- uses: actions/checkout@v4
5050
with:
5151
fetch-depth: 0
5252
- name: Display Python version
@@ -79,7 +79,7 @@ jobs:
7979
INSTALL_TYPE: ${{ matrix.install }}
8080

8181
steps:
82-
- uses: actions/checkout@v3
82+
- uses: actions/checkout@v4
8383
if: matrix.install == 'repo' || matrix.install == 'editable'
8484
- name: Fetch packages
8585
uses: actions/download-artifact@v3
@@ -116,5 +116,5 @@ jobs:
116116
if: "!contains(github.event.head_commit.message, '[skip ci]')"
117117
runs-on: ubuntu-latest
118118
steps:
119-
- uses: actions/checkout@v3
119+
- uses: actions/checkout@v4
120120
- run: pipx run flake8 smriprep

0 commit comments

Comments
 (0)