Skip to content

Commit 4458aa2

Browse files
committed
Use correct checkout version for macos
1 parent 9cf6b43 commit 4458aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
build:
3939
runs-on: macos-latest
4040
steps:
41-
- uses: actions/setup-java@v4.7.1
41+
- uses: actions/checkout@v4.3.0
4242

4343
- name: set up JDK
4444
uses: actions/[email protected]

0 commit comments

Comments
 (0)