From cfb54fa9d148e0ea69278b6abf2945dd0a023488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 01:19:42 +0000 Subject: [PATCH 1/2] build(deps): bump Lightning-AI/utilities from 0.12.0 to 0.14.0 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.12.0 to 0.14.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.12.0...v0.14.0) --- updated-dependencies: - dependency-name: Lightning-AI/utilities 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-check-md-links.yml | 2 +- .github/workflows/ci-schema.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/call-clear-cache.yml b/.github/workflows/call-clear-cache.yml index fb5a21e0962cf..430f8a7cf2e08 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.12.0 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.0 with: scripts-ref: v0.11.8 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.12.0 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.0 with: scripts-ref: v0.11.8 dry-run: ${{ github.event_name == 'pull_request' }} diff --git a/.github/workflows/ci-check-md-links.yml b/.github/workflows/ci-check-md-links.yml index dfe384cb901fb..c4dd056eb0caa 100644 --- a/.github/workflows/ci-check-md-links.yml +++ b/.github/workflows/ci-check-md-links.yml @@ -14,7 +14,7 @@ on: jobs: check-md-links: - uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.12.0 + uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.14.0 with: config-file: ".github/markdown-links-config.json" base-branch: "master" diff --git a/.github/workflows/ci-schema.yml b/.github/workflows/ci-schema.yml index 142b7b73cb061..d2470389b7ed3 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.12.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.14.0 with: # skip azure due to the wrong schema file by MSFT # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 From aa1496bd099aa0c701a0ee13ec5fdf80f712c442 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 10 Mar 2025 13:35:29 +0100 Subject: [PATCH 2/2] 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 430f8a7cf2e08..a4281f124b6b6 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.14.0 with: - scripts-ref: v0.11.8 + scripts-ref: v0.14.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.14.0 with: - scripts-ref: v0.11.8 + scripts-ref: v0.14.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