Skip to content

Commit

Permalink
Merge pull request #636 from nipype/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-3

Build(deps): Bump actions/checkout from 2 to 3
  • Loading branch information
ghisvail authored Mar 27, 2023
2 parents c662705 + 4cdfa25 commit c4dd859
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Prepare repository
# Fetch full git history and tags
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testsingularity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
echo "RELEASE_VERSION=v3.7.1" >> $GITHUB_ENV
echo "NO_ET=TRUE" >> $GITHUB_ENV
- name: Setup Singularity
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hpcng/singularity
ref: 'v3.7.1'
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:


- name: Checkout Pydra repo
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ${{ github.repository }}
- name: Install pydra (test)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testslurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Disable etelemetry
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Pull docker image
run: |
docker pull $DOCKER_IMAGE
Expand Down

0 comments on commit c4dd859

Please sign in to comment.