Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit 7d56a6f

Browse files
Bump mikefarah/yq from 4.45.1 to 4.45.2 in the actions-minor group (#3506)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d696c6 commit 7d56a6f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/artifact-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/sqlc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)