From 5dbfcc278e323e68fd59632784adeae49ca0a30f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 02:49:11 +0100 Subject: [PATCH] Bump Lightning-AI/utilities from 0.10.0 to 0.10.1 (#19211) Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.10.0 to 0.10.1. - [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.10.0...v0.10.1) --- updated-dependencies: - dependency-name: Lightning-AI/utilities dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 992d457eede90..3218655156ce8 100644 --- a/.github/workflows/call-clear-cache.yml +++ b/.github/workflows/call-clear-cache.yml @@ -12,12 +12,12 @@ on: jobs: cron-clear: if: github.event_name == 'schedule' - uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.0 + uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.1 with: pattern: "latest|docs" direct-clear: if: github.event_name == 'workflow_dispatch' - uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.0 + uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.10.1 with: pattern: ${{ inputs.pattern }} diff --git a/.github/workflows/ci-check-md-links.yml b/.github/workflows/ci-check-md-links.yml index e67d9d4b280d1..47e353e8d1ef6 100644 --- a/.github/workflows/ci-check-md-links.yml +++ b/.github/workflows/ci-check-md-links.yml @@ -14,6 +14,6 @@ on: jobs: check-md-links: - uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.10.0 + uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.10.1 with: config-file: ".github/markdown-links-config.json" diff --git a/.github/workflows/ci-schema.yml b/.github/workflows/ci-schema.yml index 740aa3bc2e054..6ad87128560f8 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.10.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.10.1 with: # skip azure due to the wrong schema file by MSFT # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607