Alessandro Solimando created CALCITE-7180: ---------------------------------------------
Summary: Upgrade Github actions versions Key: CALCITE-7180 URL: https://issues.apache.org/jira/browse/CALCITE-7180 Project: Calcite Issue Type: Task Components: ci Affects Versions: 1.40.0 Reporter: Alessandro Solimando Assignee: Alessandro Solimando Following the recent issues with slow or failing github actions, I have identified some version upgrades that might help: - actions/checkout@v3 -> actions/checkout@v5 ([https://github.com/actions/checkout]) - actions/setup-java@v2 -> actions/setup-java@v5 ([https://github.com/actions/setup-java]) - gradle/wrapper-validation-action@v1 -> gradle/wrapper-validation-action@v2 ([https://github.com/gradle/wrapper-validation-action] and [https://github.com/gradle/actions/blob/main/docs/wrapper-validation.md]) - macos-latest to macos-14 runner ([https://github.com/orgs/community/discussions/102846)] - actions/stale@v9 -> actions/stale@v10 ([https://github.com/actions/stale]) The macos-14 runner seems to speed up builds significantly, interesting as the macos task we have takes forever at the moment. -- This message was sent by Atlassian Jira (v8.20.10#820010)