Skip to content

Commit b6887b9

Browse files
authored
Apply suggestions from code review
1 parent 6130d1d commit b6887b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/call-clear-cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'schedule' || github.event_name == 'pull_request'
2626
uses: Lightning-AI/utilities/.github/workflows/[email protected]
2727
with:
28-
scripts-ref: v0.14.2
28+
scripts-ref: v0.14.3
2929
dry-run: ${{ github.event_name == 'pull_request' }}
3030
pattern: "latest|docs"
3131
age-days: 7
@@ -34,7 +34,7 @@ jobs:
3434
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
3535
uses: Lightning-AI/utilities/.github/workflows/[email protected]
3636
with:
37-
scripts-ref: v0.14.2
37+
scripts-ref: v0.14.3
3838
dry-run: ${{ github.event_name == 'pull_request' }}
3939
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
4040
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging

0 commit comments

Comments
 (0)