spring-boot/.github/actions
Andy Wilkinson 90aae5a0b7 Use ubuntu-latest GitHub Actions runner for Linux builds
A full build requires a lot of disk space. I believe this is mostly
due to the large number of Docker images that the tests utilize. By
default, the amount of free disk space on an ubuntu-latest runner
does not meet or needs. In this commit, we work around this using
the free-disk-space action which deletes things like the Android
SDK and Haskell installations that are both large and not needed by
our builds.

Closes gh-40705
2024-05-13 12:08:15 +01:00
..
build Fix handling of booleans that are actually strings 2024-05-10 08:46:25 +01:00
create-github-release Remove dependency on the git ref when creating releases 2024-04-18 17:45:35 +02:00
prepare-gradle-build Use ubuntu-latest GitHub Actions runner for Linux builds 2024-05-13 12:08:15 +01:00
print-jvm-thread-dumps Try using Powershell on Windows to fix permissions problem 2024-02-28 12:35:16 +00:00
publish-gradle-plugin Fix action that publishes the Gradle plugin 2024-04-18 16:38:14 +01:00
publish-to-sdkman Fix handling of booleans that are actually strings 2024-05-10 08:46:25 +01:00
send-notification Polish GitHub action names and formatting 2024-03-27 11:41:54 -07:00
sync-to-maven-central Fix references to inputs in Sync to Maven Central action 2024-04-18 14:15:50 +01:00