diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 3e05d0c8..e22692f3 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -28,7 +28,7 @@ jobs: arch: android-aarch64 android_arch_abi: arm64-v8a steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup Ninja uses: seanmiddleditch/gha-setup-ninja@master - name: Install Arm and AArch64 compilers @@ -184,7 +184,7 @@ jobs: steps: - name: Install packages run: sudo apt install -y clang-format clang-format-14 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Check code format