-
-
Notifications
You must be signed in to change notification settings - Fork 6
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 2.2.2 to 2.3.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
c4a0603
commit f2104df
Showing
3 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -66,7 +66,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: 🏗 Set up Python 3.8 | ||
id: python | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.0 | ||
with: | ||
python-version: 3.8 | ||
- name: 🏗 Get pip cache dir | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: 🏗 Set up Python 3.8 | ||
id: python | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.0 | ||
with: | ||
python-version: 3.8 | ||
- name: 🏗 Get pip cache dir | ||
|
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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: 🏗 Set up Python ${{ matrix.python }} | ||
id: python | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.0 | ||
with: | ||
python-version: ${{ matrix.python }} | ||
- name: 🏗 Get pip cache dir | ||
|
@@ -64,7 +64,7 @@ jobs: | |
uses: actions/[email protected] | ||
- name: 🏗 Set up Python 3.9 | ||
id: python | ||
uses: actions/setup-python@v2.2.2 | ||
uses: actions/setup-python@v2.3.0 | ||
with: | ||
python-version: 3.9 | ||
- name: 🏗 Get pip cache dir | ||
|