Skip to content

Commit

Permalink
Bump actions/setup-python from 2 to 3 (#1110)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 14, 2022
1 parent f4e9830 commit b07d588
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
container-platforms: ${{ steps.container.outputs.platforms }}
steps:
- name: Switch to using Python 3.9 by default
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: >-
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:

steps:
- name: Switch to using Python v3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: >-
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:

steps:
- name: Switch to using Python v3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: >-
Expand Down Expand Up @@ -467,7 +467,7 @@ jobs:

steps:
- name: Switch to using Python v${{ matrix.python }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: >-
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Brew
Expand Down Expand Up @@ -724,7 +724,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Install Pip Dependencies
Expand Down

0 comments on commit b07d588

Please sign in to comment.