update actions
This commit is contained in:
parent
00b5731036
commit
25bae42796
6
.github/workflows/updater.yml
vendored
6
.github/workflows/updater.yml
vendored
@ -7,13 +7,13 @@ jobs:
|
||||
Update-Apks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-java@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: '17'
|
||||
- run: pipx install pipenv
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.9'
|
||||
cache: 'pipenv'
|
||||
|
Loading…
Reference in New Issue
Block a user