diff --git a/.github/workflows/android-main.yml b/.github/workflows/android-main.yml index 3d9cd0e..dba170d 100644 --- a/.github/workflows/android-main.yml +++ b/.github/workflows/android-main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout submodules run: git submodule update --init --recursive - name: set up JDK 17 diff --git a/.github/workflows/android-pr.yml b/.github/workflows/android-pr.yml index 4672da8..ad7abd2 100644 --- a/.github/workflows/android-pr.yml +++ b/.github/workflows/android-pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout submodules run: git submodule update --init --recursive - name: set up JDK 17 diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 526240b..50c99da 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout submodules run: git submodule update --init --recursive - name: Set up JDK 17