File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ jobs:
4848 keys-case : bypass
4949
5050 - name : Validate yaml
51- uses : mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
51+ uses : mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
5252 with :
5353 # https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#validating-yaml-files
5454 cmd : yq --exit-status 'tag == "!!map" or tag== "!!seq"' ${{ env.DKTP_CONFIG_FILE }} > /dev/null
5555 - name : Create config
56- uses : mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
56+ uses : mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
5757 with :
5858 # https://mikefarah.gitbook.io/yq/operators/env-variable-operators#tip
5959 cmd : yq '(.. | select(tag == "!!str")) |= envsubst' ${{ env.DKTP_CONFIG_FILE }} > ${{ env.CONFIG_FILE_OUTPUT }}
6060 - name : Validate updated yaml
61- uses : mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
61+ uses : mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
6262 with :
6363 # https://mikefarah.gitbook.io/yq/usage/tips-and-tricks#validating-yaml-files
6464 cmd : yq --exit-status 'tag == "!!map" or tag== "!!seq"' ${{ env.CONFIG_FILE_OUTPUT }} > /dev/null
You can’t perform that action at this time.
0 commit comments