diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index 06c69fda66794..226c065950e40 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -23,7 +23,7 @@ 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.2 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.3 with: scripts-ref: v0.15.2 dry-run: ${{ github.event_name == 'pull_request' }} @@ -32,7 +32,7 @@ jobs: direct-clear: if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' - uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.2 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.3 with: scripts-ref: v0.15.2 dry-run: ${{ github.event_name == 'pull_request' }}