Skip to content

Commit

Permalink
Merge pull request #391 from nipreps/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Build(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
effigies committed Nov 20, 2023
2 parents fb38c53 + 24e6982 commit 5e707a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
commit_message: ${{ steps.get_commit_message.outputs.commit_message }}
steps:
- name: Get repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Print head git commit message
Expand All @@ -46,7 +46,7 @@ jobs:
if: "!contains(needs.check_if_skip.outputs.commit_message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Display Python version
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
INSTALL_TYPE: ${{ matrix.install }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: matrix.install == 'repo' || matrix.install == 'editable'
- name: Fetch packages
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -116,5 +116,5 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: pipx run flake8 smriprep

0 comments on commit 5e707a6

Please sign in to comment.