mirror of https://github.com/google/oss-fuzz.git
build(deps): bump actions/setup-python from 2 to 3 (#7438)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 3. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/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>
This commit is contained in:
parent
df0e13ebda
commit
3a216f4e7a
|
@ -27,7 +27,7 @@ jobs:
|
|||
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
|
||||
|
||||
- name: Setup python environment
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/master
|
||||
|
||||
- name: Setup python environment
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
df -h
|
||||
|
||||
- name: Setup python environment
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: 3.8
|
||||
|
||||
|
|
Loading…
Reference in New Issue