build(deps): bump Lightning-AI/utilities from 0.11.6 to 0.11.7 (#20267)

* build(deps): bump Lightning-AI/utilities from 0.11.6 to 0.11.7

Bumps [Lightning-AI/utilities](https://github.com/lightning-ai/utilities) from 0.11.6 to 0.11.7.
- [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.11.6...v0.11.7)

---
updated-dependencies:
- dependency-name: Lightning-AI/utilities
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

---------

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>
This commit is contained in:
dependabot[bot] 2024-09-16 12:19:49 +02:00 committed by GitHub
parent 7d2b85916d
commit 949091570c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -23,18 +23,18 @@ on:
jobs: jobs:
cron-clear: cron-clear:
if: github.event_name == 'schedule' || github.event_name == 'pull_request' if: github.event_name == 'schedule' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.6 uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.7
with: with:
scripts-ref: v0.11.6 scripts-ref: v0.11.7
dry-run: ${{ github.event_name == 'pull_request' }} dry-run: ${{ github.event_name == 'pull_request' }}
pattern: "latest|docs" pattern: "latest|docs"
age-days: 7 age-days: 7
direct-clear: direct-clear:
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.6 uses: Lightning-AI/utilities/.github/workflows/cleanup-caches.yml@v0.11.7
with: with:
scripts-ref: v0.11.6 scripts-ref: v0.11.7
dry-run: ${{ github.event_name == 'pull_request' }} dry-run: ${{ github.event_name == 'pull_request' }}
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging 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 age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging

View File

@ -14,7 +14,7 @@ on:
jobs: jobs:
check-md-links: check-md-links:
uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.11.6 uses: Lightning-AI/utilities/.github/workflows/check-md-links.yml@v0.11.7
with: with:
config-file: ".github/markdown-links-config.json" config-file: ".github/markdown-links-config.json"
base-branch: "master" base-branch: "master"

View File

@ -8,7 +8,7 @@ on:
jobs: jobs:
check: check:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.6 uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.7
with: with:
# skip azure due to the wrong schema file by MSFT # skip azure due to the wrong schema file by MSFT
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607 # https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607