Skip to content

Commit

Permalink
Merge pull request #372 from poldracklab/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-4

Build(deps): Bump actions/setup-python from 3 to 4
  • Loading branch information
effigies authored Jun 13, 2022
2 parents 76ea32c + a150a92 commit 372e6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
git config --global user.email 'shashankbansal56@gmail.com'
- name: Set up Python 3.9
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
submodules: recursive
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install fitlins
Expand Down

0 comments on commit 372e6d2

Please sign in to comment.