Skip to content

Commit

Permalink
Merge pull request #48 from infinityofspace/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
infinityofspace authored Jun 30, 2022
2 parents 7a14dc4 + 4290d82 commit cff5703
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pypi-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python 3.7
uses: actions/setup-python@v3.1.2
uses: actions/setup-python@v4
with:
python-version: 3.7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python 3.7
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4
with:
python-version: 3.7

Expand Down

0 comments on commit cff5703

Please sign in to comment.