Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 3 (#1017)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 22, 2022
1 parent 5ef7149 commit 315eb92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-latest]
python-version: ["3.7", "3.10"] # Oldest and newest supported versions
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Remove sdist install
run: pip uninstall -y mne-bids

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build wheel
run: python setup.py bdist_wheel
- name: Install wheel
Expand All @@ -92,7 +92,7 @@ jobs:
- name: Remove wheel install
run: pip uninstall -y mne-bids

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Test extras install
run: |
pip install .[full]
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
TZ: Europe/Berlin
FORCE_COLOR: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 315eb92

Please sign in to comment.