Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (mne-tools#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 11, 2023
1 parent d27cb46 commit 2de8536
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cffconvert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out a copy of the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check whether the citation metadata from CITATION.cff is valid
uses: citation-file-format/[email protected]
Expand Down
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.11"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: psf/black@stable
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install wheel setuptools build
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build sdist
run: python -m build --sdist
- name: Install sdist
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Remove sdist install
run: python -m pip uninstall -y mne-bids

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build wheel
run: python -m build --wheel
- name: Install wheel
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Remove wheel install
run: python -m pip uninstall -y mne-bids

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

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

0 comments on commit 2de8536

Please sign in to comment.