Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yueeng/moebooru
Browse files Browse the repository at this point in the history
  • Loading branch information
yueeng committed Oct 6, 2023
2 parents cb043a7 + 2fe1f5b commit 6b0c487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
cancel-in-progress: true

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- name: Cache Gradle
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 6b0c487

Please sign in to comment.