Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 3683ddd

Browse files
committed
Upgrade actions/checkout@v4 and actions/setup-java@v2
The builds are failing and need the updated versions: * actions/checkout@v4 * actions/setup-java@v2
1 parent d4efada commit 3683ddd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
runs-on: ubuntu-latest
2929

3030
steps:
31-
- uses: actions/checkout@v1
31+
- uses: actions/checkout@v4
3232
- name: set up JDK 11
33-
uses: actions/setup-java@v1
33+
uses: actions/setup-java@v2
3434
with:
3535
java-version: 11
3636
- name: Build project

0 commit comments

Comments
 (0)