From 0995e373809ba7a24af56a85417f991c098fc2ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 01:44:35 +0000 Subject: [PATCH 1/2] build(deps): bump Lightning-AI/utilities from 0.14.1 to 0.14.2 Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.14.1 to 0.14.2. - [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.1...v0.14.2) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-patch ... 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 b736d2a91f55f..5089673f279d7 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.1 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.2 with: scripts-ref: v0.14.1 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.1 + uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.14.2 with: scripts-ref: v0.14.1 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 b619b756c1349..413138f8f677a 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.14.1 + uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.14.2 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 aec5f9b4bc261..08273029a3141 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.1 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.14.2 with: # skip azure due to the wrong schema file by MSFT # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 From a35e3fb504cc91ec3a50e25573a36dc93d50da06 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:00:07 +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 5089673f279d7..bfadd100fa65d 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.2 with: - scripts-ref: v0.14.1 + scripts-ref: v0.14.2 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.2 with: - scripts-ref: v0.14.1 + scripts-ref: v0.14.2 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