Remove all action sources: these have been migrated to 'gradle/actions'

Starting with the `v3` release, this action will delegate to `gradle/actions/setup-gradle`.
All repository sources have been migrated to https://github.com/gradle/actions, and
are no longer required in this repository.

Workflows testing the action functionality have been retained, but any workflows involving
building or inspecting code have also been migrated to `gradle/actions`.
This commit is contained in:
daz 2024-01-25 19:59:53 -07:00
parent 2a8bfcf231
commit 272883a7ba
No known key found for this signature in database
97 changed files with 1 additions and 302990 deletions

View file

@ -20,11 +20,6 @@ jobs:
with:
cache-key-prefix: ${{github.run_number}}-
cache-cleanup:
uses: ./.github/workflows/integ-test-cache-cleanup.yml
with:
cache-key-prefix: ${{github.run_number}}-
caching-config:
uses: ./.github/workflows/integ-test-caching-config.yml
with: