Merge pull request #12 from bo0tzz/renovate/mikefarah-yq-4.x

chore(deps): update mikefarah/yq action to v4.40.4
This commit is contained in:
bo0tzz
2023-12-09 19:39:01 +01:00
committed by GitHub

View File

@@ -25,10 +25,10 @@ jobs:
- name: Checkout to repository
uses: actions/checkout@v4
- name: Get dependency versions
uses: mikefarah/yq@v4.9.8
uses: mikefarah/yq@v4.40.4
id: get-versions
with:
cmd: yq eval -j -I=0 versions.yaml
cmd: yq eval -o=json -I=0 versions.yaml
build_and_push:
runs-on: ubuntu-latest