From f9b9141ca1aedb8ef1a3e6af945b83e87ce3f9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 02:27:22 +0000 Subject: [PATCH 1/4] build(deps): bump Lightning-AI/utilities from 0.14.3 to 0.15.0 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.14.3 to 0.15.0. - [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.14.3...v0.15.0) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/call-clear-cache.yml | 4 ++-- .github/workflows/ci-schema.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index 6422e856e09ff..0c9d39dab74de 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.14.3 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 with: scripts-ref: v0.14.3 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.14.3 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 with: scripts-ref: v0.14.3 dry-run: ${{ github.event_name == 'pull_request' }} diff --git a/.github/workflows/ci-schema.yml b/.github/workflows/ci-schema.yml index fe8cbfbc7ddb4..b29d3a05fad63 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.14.3 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.15.0 with: # skip azure due to the wrong schema file by MSFT # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 From 4a9a5a5a14c7308d1a27a9e17b6827b64f94e2d8 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 4 Aug 2025 13:18:14 +0200 Subject: [PATCH 2/4] Apply suggestions from code review --- .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 0c9d39dab74de..584274655770b 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -25,7 +25,7 @@ jobs: if: github.event_name == 'schedule' || github.event_name == 'pull_request' uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 with: - scripts-ref: v0.14.3 + scripts-ref: v0.15.0 dry-run: ${{ github.event_name == 'pull_request' }} pattern: "latest|docs" age-days: 7 @@ -34,7 +34,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 with: - scripts-ref: v0.14.3 + scripts-ref: v0.15.0 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 From e8ca49731cd0d490d968307b546ad6bf75189239 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:00:13 +0200 Subject: [PATCH 3/4] Apply suggestions from code review --- .github/workflows/call-clear-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index 584274655770b..aac63acef6f8e 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -34,7 +34,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 with: - scripts-ref: v0.15.0 + scripts-ref: v0.14.3 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 From ceaa4ff8dd70a425406782df85796814c8ee39f6 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 4 Aug 2025 16:26:22 +0200 Subject: [PATCH 4/4] Apply suggestions from code review --- .github/workflows/call-clear-cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index aac63acef6f8e..0c9d39dab74de 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -25,7 +25,7 @@ jobs: if: github.event_name == 'schedule' || github.event_name == 'pull_request' uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.15.0 with: - scripts-ref: v0.15.0 + scripts-ref: v0.14.3 dry-run: ${{ github.event_name == 'pull_request' }} pattern: "latest|docs" age-days: 7