Skip to content

Commit

Permalink
Merge pull request #723 from nipy/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5

[gh-actions](deps): Bump actions/setup-python from 4 to 5
  • Loading branch information
yarikoptic committed Feb 24, 2024
2 parents 7c02e39 + bdbd8cb commit 2ed6135
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Set up Python
if: steps.auto-version.outputs.version != ''
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '^3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'

Expand Down

0 comments on commit 2ed6135

Please sign in to comment.