Skip to content

Commit 24e6982

Browse files
Build(deps): Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fb38c53 commit 24e6982

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)