diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index 0c9d39dab74de..06c69fda66794 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -23,18 +23,18 @@ on: jobs: cron-clear: if: github.event_name == 'schedule' || github.event_name == 'pull_request' - uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.2 with: - scripts-ref: v0.14.3 + scripts-ref: v0.15.2 dry-run: ${{ github.event_name == 'pull_request' }} pattern: "latest|docs" age-days: 7 direct-clear: if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' - uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.2 with: - scripts-ref: v0.14.3 + scripts-ref: v0.15.2 dry-run: ${{ github.event_name == 'pull_request' }} pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging diff --git a/.github/workflows/ci-schema.yml b/.github/workflows/ci-schema.yml index b29d3a05fad63..6594e08158483 100644 --- a/.github/workflows/ci-schema.yml +++ b/.github/workflows/ci-schema.yml @@ -8,7 +8,7 @@ on: jobs: check: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.15.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.15.2 with: # skip azure due to the wrong schema file by MSFT # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607