Skip to content

Commit

Permalink
Bump mikefarah/yq from 4.34.2 to 4.35.1 (#902)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 1f32bcc commit 3c465ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-lts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fi
- name: Update version in Chart.yaml
uses: mikefarah/yq@v4.34.2
uses: mikefarah/yq@v4.35.1
if: ${{ steps.update.outputs.available == 'true' }}
with:
cmd: yq eval '.version = "${{ steps.nextversion.outputs.version }}"' -i charts/jenkins/Chart.yaml
Expand Down

0 comments on commit 3c465ef

Please sign in to comment.