Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down