diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index 454c890..4b6ef4e 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -39,7 +39,7 @@ jobs: name: Build Android Example App runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index 72d5a43..fa53597 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -50,7 +50,7 @@ jobs: name: Build iOS Example App runs-on: macos-26 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v7 - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index db7fcd0..b740c66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: true