Skip to content

Commit

Permalink
actions: use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Aug 1, 2024
1 parent f0bf7af commit d55db7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Clone submodules
run: git submodule update --init --recursive --remote
- name: Set up JDK 17
Expand Down

0 comments on commit d55db7b

Please sign in to comment.