Skip to content

Commit

Permalink
Update refresh_versions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krossovochkin authored Feb 5, 2024
1 parent 8e97552 commit 0a7d5db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/refresh_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
- name: Setup Android SDK
uses: android-actions/setup-android@v2
uses: android-actions/setup-android@v3
- run: chmod +x gradlew
- run: ./gradlew refreshVersions
- uses: peter-evans/create-pull-request@v4

0 comments on commit 0a7d5db

Please sign in to comment.