diff --git a/.github/workflows/artifact-release.yml b/.github/workflows/artifact-release.yml index 81d54ca8cd..850c0664a2 100644 --- a/.github/workflows/artifact-release.yml +++ b/.github/workflows/artifact-release.yml @@ -287,7 +287,7 @@ jobs: fi - name: Setup Chart.yaml - uses: mikefarah/yq@v4.45.2 + uses: mikefarah/yq@v4.46.1 with: cmd: | # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref @@ -388,7 +388,7 @@ jobs: fi - name: Setup Chart.yaml - uses: mikefarah/yq@v4.45.2 + uses: mikefarah/yq@v4.46.1 with: cmd: | # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref @@ -490,7 +490,7 @@ jobs: fi - name: Setup Chart.yaml - uses: mikefarah/yq@v4.45.2 + uses: mikefarah/yq@v4.46.1 with: cmd: | # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref @@ -594,7 +594,7 @@ jobs: fi - name: Setup Chart.yaml - uses: mikefarah/yq@v4.45.2 + uses: mikefarah/yq@v4.46.1 with: cmd: | # Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref diff --git a/.github/workflows/sqlc.yaml b/.github/workflows/sqlc.yaml index 75e7fd3b18..44b0e46b20 100644 --- a/.github/workflows/sqlc.yaml +++ b/.github/workflows/sqlc.yaml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4 - name: Patch sqlc.yaml with db-prepare lint - uses: mikefarah/yq@v4.45.2 + uses: mikefarah/yq@v4.46.1 with: cmd: sh ./backend/scripts/sqlc-prepare-patch.sh postgresql://postgres:postgres@localhost:5432/nucleus ./sqlc.yaml