Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.2 to 3.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2.3.2...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>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent bb69c60 commit 640aecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python 3.9
id: python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: 🏗 Get pip cache dir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python 3.9
id: python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: 🏗 Get pip cache dir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: 🏗 Set up Python ${{ matrix.python }}
id: python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: 🏗 Get pip cache dir
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/download-artifact@v2.1.0
- name: 🏗 Set up Python 3.9
id: python
uses: actions/setup-python@v2.3.2
uses: actions/setup-python@v3
with:
python-version: 3.9
- name: 🏗 Get pip cache dir
Expand Down

0 comments on commit 640aecb

Please sign in to comment.