Skip to content

Commit a6845bb

Browse files
build(deps): bump Lightning-AI/utilities/.github/workflows/cleanup-caches.yml from 0.15.2 to 0.15.3 (#21540)
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](Lightning-AI/utilities@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com>
1 parent b5b6c09 commit a6845bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/call-clear-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
jobs:
2424
cron-clear:
2525
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
26-
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.2
26+
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.3
2727
with:
2828
scripts-ref: v0.15.2
2929
dry-run: ${{ github.event_name == 'pull_request' }}
@@ -32,7 +32,7 @@ jobs:
3232

3333
direct-clear:
3434
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
35-
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.2
35+
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.3
3636
with:
3737
scripts-ref: v0.15.2
3838
dry-run: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)