diff --git a/README.md b/README.md index efeb852..6f5ec21 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: setup-android-tools - uses: maxim-lobanov/setup-android-tools@1.0 + uses: maxim-lobanov/setup-android-tools@v1.0 with: packages: ndk;19.2.5345600 ``` @@ -21,7 +21,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: maxim-lobanov/setup-android-tools@1.0 + - uses: maxim-lobanov/setup-android-tools@v1.0 with: packages: | platforms;android-29 @@ -35,7 +35,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: maxim-lobanov/setup-android-tools@1.0 + - uses: maxim-lobanov/setup-android-tools@v1.0 with: packages: ndk;19.2.5345600 cache: true @@ -66,4 +66,4 @@ See "[Caching dependencies to speed up workflows](https://help.github.com/github ### License -The scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file +The scripts and documentation in this project are released under the [MIT License](LICENSE)