Skip to content

Commit e8ca497

Browse files
authored
Apply suggestions from code review
1 parent 4a9a5a5 commit e8ca497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.15.0
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)