Skip to content

Commit

Permalink
Bump fjogeleit/yaml-update-action from 0.14.0 to 1 (#143)
Browse files Browse the repository at this point in the history
Bumps [fjogeleit/yaml-update-action](https://github.com/fjogeleit/yaml-update-action) from 0.14.0 to 1.
- [Release notes](https://github.com/fjogeleit/yaml-update-action/releases)
- [Commits](fjogeleit/yaml-update-action@v0.14.0...v1)

---
updated-dependencies:
- dependency-name: fjogeleit/yaml-update-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Apr 12, 2024
1 parent b8a4c85 commit dc8d918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-check.yml
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ jobs:

- name: Update ${{ matrix.target.namePrefix }}${{ matrix.target.rovidnev }}
if: (steps.remote_version.outputs.remote_version > steps.local_version.outputs.local_version) || (steps.remote_url.outputs.download_url != steps.local_url.outputs.local_url)
uses: fjogeleit/yaml-update-action@v0.14.0
uses: fjogeleit/yaml-update-action@v1
with:
valueFile: 'build/${{ matrix.target.path }}${{ matrix.target.namePrefix }}${{ matrix.target.rovidnev }}.yml'
commitChange: false

0 comments on commit dc8d918

Please sign in to comment.