Replace occurrances of gradle-build-action

- Mostly with `setup-gradle`
- Some with `gradle-actions`
This commit is contained in:
daz
2024-01-25 12:28:05 -07:00
parent 930d449ff7
commit a628cf9f2e
24 changed files with 93 additions and 111 deletions

View File

@@ -116,7 +116,7 @@ export function generateCachingReport(listener: CacheListener): string {
return `
<details>
<summary><h4>Caching for gradle-build-action was ${listener.cacheStatus} - expand for details</h4></summary>
<summary><h4>Caching for Gradle actions was ${listener.cacheStatus} - expand for details</h4></summary>
${renderEntryTable(entries)}
<h5>Cache Entry Details</h5>