diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91200e88..6229f4f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: # Fetch expanded history, which is needed for affected module detection fetch-depth: '500' @@ -154,7 +154,7 @@ jobs: TERM: dumb steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Copy CI gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties