Bump actions/setup-python from 2 to 5 (#9001)
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:
2
.github/workflows/generate_apk_diff.yml
vendored
2
.github/workflows/generate_apk_diff.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
||||
run: |
|
||||
ls -R ${{steps.download.outputs.download-path}}
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9.7'
|
||||
- name: Install dependencies
|
||||
|
||||
2
.github/workflows/upload_file.yml
vendored
2
.github/workflows/upload_file.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
ls -R ${{steps.download.outputs.download-path}}
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.9.7'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user