-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-python from 4.7.1 to 5.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.7.1...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
0d2b8c3
commit 1cbf75a
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: 3.8 | ||
- name: Check formatting | ||
|
@@ -24,7 +24,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: 3.8 | ||
- name: Lint with flake8 | ||
|
@@ -51,7 +51,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
- name: Set up Python 3.6 | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: 3.6 | ||
- name: Install dependencies | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- name: Checkout sources | ||
uses: actions/[email protected] | ||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
allow-prereleases: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Set up Python | ||
uses: actions/setup-python@v4.7.1 | ||
uses: actions/setup-python@v5.0.0 | ||
with: | ||
python-version: "3.8" | ||
- name: Install dependencies | ||
|