Skip to content

Commit

Permalink
ci: actions/checkout@v1 -> actions/checkout@v4
Browse files Browse the repository at this point in the history
Change-Id: Iea98e27531072bc1ceda132231e6bd07098071d1
  • Loading branch information
luk1337 committed Oct 7, 2024
1 parent e520266 commit 028c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup Android NDK
run: |
wget https://dl.google.com/android/repository/android-ndk-r23b-linux.zip
Expand Down

0 comments on commit 028c740

Please sign in to comment.