diff --git a/.github/workflows/Test-AITs.yml b/.github/workflows/Test-AITs.yml index 741b17660e..b3fa1bdd45 100644 --- a/.github/workflows/Test-AITs.yml +++ b/.github/workflows/Test-AITs.yml @@ -179,6 +179,15 @@ jobs: path: appcache4 lfs: true + - name: Checkout Cache 5 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # pin@v4 + with: + repository: newrelic/java-ait-cache-5 + ref: ${{ inputs.cache-ref || 'main' }} + token: ${{ secrets.AITPAT }} + path: appcache5 + lfs: true + # Consolidate caches into one directory - name: Consolidate caches into Apps directory run: |