mirror of
https://github.com/trailofbits/algo.git
synced 2025-04-16 22:27:20 +02:00
Bump actions/setup-python from 2.2.2 to 2.3.1 (#14370)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v2.2.2...v2.3.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
f4b51e441d
commit
0ce7840847
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: '3.7'
|
||||
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
UBUNTU_VERSION: ["18.04", "20.04"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: '3.7'
|
||||
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
UBUNTU_VERSION: ["18.04", "20.04"]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2.2.2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: '3.7'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue