Skip to content

Commit

Permalink
Bump the actions-minor group with 1 update (#887)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2023
1 parent 5d106de commit 77c7814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/artifact-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
echo "CHART_VERSION=$TRIMMED_VERSION" >> $GITHUB_ENV
- name: Setup Chart.yaml
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.40.5
with:
cmd: |
# Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
echo "CHART_VERSION=$TRIMMED_VERSION" >> $GITHUB_ENV
- name: Setup Chart.yaml
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.40.5
with:
cmd: |
# Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
Expand Down Expand Up @@ -290,7 +290,7 @@ jobs:
echo "CHART_VERSION=$TRIMMED_VERSION" >> $GITHUB_ENV
- name: Setup Chart.yaml
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.40.5
with:
cmd: |
# Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
Expand Down Expand Up @@ -355,7 +355,7 @@ jobs:
echo "CHART_VERSION=$TRIMMED_VERSION" >> $GITHUB_ENV
- name: Setup Chart.yaml
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.40.5
with:
cmd: |
# Recursively finds all Chart.yaml files and sets their version and appVersion to the github ref
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
uses: actions/checkout@v4

- name: Patch sqlc.yaml with db-prepare lint
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.40.5
with:
cmd: sh ./backend/hack/sqlc-prepare-patch.sh postgresql://postgres:postgres@localhost:5432/nucleus ./backend/sqlc.yaml

Expand Down

0 comments on commit 77c7814

Please sign in to comment.