This repository was archived by the owner on Aug 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ jobs:
287287 fi
288288
289289 - name : Setup Chart.yaml
290- uses : mikefarah/yq@v4.45.1
290+ uses : mikefarah/yq@v4.45.2
291291 with :
292292 cmd : |
293293 # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
@@ -388,7 +388,7 @@ jobs:
388388 fi
389389
390390 - name : Setup Chart.yaml
391- uses : mikefarah/yq@v4.45.1
391+ uses : mikefarah/yq@v4.45.2
392392 with :
393393 cmd : |
394394 # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
@@ -490,7 +490,7 @@ jobs:
490490 fi
491491
492492 - name : Setup Chart.yaml
493- uses : mikefarah/yq@v4.45.1
493+ uses : mikefarah/yq@v4.45.2
494494 with :
495495 cmd : |
496496 # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
@@ -594,7 +594,7 @@ jobs:
594594 fi
595595
596596 - name : Setup Chart.yaml
597- uses : mikefarah/yq@v4.45.1
597+ uses : mikefarah/yq@v4.45.2
598598 with :
599599 cmd : |
600600 # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
Original file line number Diff line number Diff line change 4545 uses : actions/checkout@v4
4646
4747 - name : Patch sqlc.yaml with db-prepare lint
48- uses : mikefarah/yq@v4.45.1
48+ uses : mikefarah/yq@v4.45.2
4949 with :
5050 cmd : sh ./backend/scripts/sqlc-prepare-patch.sh postgresql://postgres:postgres@localhost:5432/nucleus ./sqlc.yaml
5151
You can’t perform that action at this time.
0 commit comments