diff --git a/.github/workflows/android-main.yml b/.github/workflows/android-main.yml index d873f7509..6d9bb4455 100644 --- a/.github/workflows/android-main.yml +++ b/.github/workflows/android-main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest-large 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 21 diff --git a/.github/workflows/android-pr.yml b/.github/workflows/android-pr.yml index 7b4d2366d..130b4ec2f 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 21 diff --git a/.github/workflows/android-release.yml b/.github/workflows/android-release.yml index 498c0ae72..80c5c4eb6 100644 --- a/.github/workflows/android-release.yml +++ b/.github/workflows/android-release.yml @@ -15,7 +15,7 @@ jobs: distribution: 'zulu' java-version: 21 - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Checkout submodules run: git submodule update --init --recursive - name: Verify release branch