Skip to content

Commit

Permalink
Merge pull request #1364 from wallabag/Strubbl-patch-1
Browse files Browse the repository at this point in the history
Update android.yml actions to v4
  • Loading branch information
tcitworld authored May 1, 2024
2 parents 59bfb24 + a00a50a commit 230526f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Java JDK
uses: actions/setup-java@v3.12.0
uses: actions/setup-java@v4
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'

- name: Cache Gradle packages
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 230526f

Please sign in to comment.