Skip to content

Commit

Permalink
chore(deps): update fabasoad/data-format-converter-action action to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent d5260c4 commit 73290f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
echo '''${{ inputs.config }}''' > config.yml
shell: bash
- uses: fabasoad/data-format-converter-action@v0.3.0
- uses: fabasoad/data-format-converter-action@v1.0.0
id: yaml-to-json
with:
input: "config.yml"
Expand Down Expand Up @@ -140,7 +140,7 @@ runs:
echo '''${{ steps.merge-config.outputs.merged-config }}''' > merged-config.json
shell: bash
- uses: fabasoad/data-format-converter-action@v0.3.0
- uses: fabasoad/data-format-converter-action@v1.0.0
id: json-to-yaml
with:
input: "merged-config.json"
Expand Down

0 comments on commit 73290f1

Please sign in to comment.