From 8525d4de1c50051b5749c1a4ec84e3a04805bcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:14:51 +0000 Subject: [PATCH] build(deps): bump Lightning-AI/utilities/.github/workflows/cleanup-caches.yml Bumps [Lightning-AI/utilities/.github/workflows/cleanup-caches.yml](https://github.com/lightning-ai/utilities) from 0.15.2 to 0.15.3. - [Release notes](https://github.com/lightning-ai/utilities/releases) - [Changelog](https://github.com/Lightning-AI/utilities/blob/main/CHANGELOG.md) - [Commits](https://github.com/lightning-ai/utilities/compare/v0.15.2...v0.15.3) --- updated-dependencies: - dependency-name: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml dependency-version: 0.15.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/call-clear-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' }}