Skip to content

Commit

Permalink
Merge pull request #21 from adrn/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
adrn committed Jun 21, 2022
2 parents 8e98d36 + b2749ba commit 465610f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Mac / linux:
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
if: "!startsWith(matrix.os, 'windows')"
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
# Note: cibuildwheel builds for many Python versions beyond this one
python-version: "3.7"
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.7"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
if: "!startsWith(matrix.os, 'windows')"
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down

0 comments on commit 465610f

Please sign in to comment.