Skip to content

Commit

Permalink
Bump Lightning-AI/utilities from 0.4.1 to 0.6.0 (#16812)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and lexierule committed Feb 21, 2023
1 parent 494ce3e commit fc5bab6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
check:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.4.1
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.6.0
with:
# skip azure due to the wrong schema file by MSFT
# https://github.com/Lightning-AI/lightning-flash/pull/1455#issuecomment-1244793607
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/schedule-clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

cron-clear:
if: github.event_name == 'schedule'
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.5.0
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.6.0
with:
pattern: 'latest|docs'

direct-clear:
if: github.event_name == 'workflow_dispatch'
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.5.0
uses: Lightning-AI/utilities/.github/workflows/clear-cache.yml@v0.6.0
with:
pattern: ${{ inputs.pattern }}

0 comments on commit fc5bab6

Please sign in to comment.