Merge pull request #141 from christianlouis/dependabot/github_actions/mikefarah/yq-4.52.5
chore(ci): bump mikefarah/yq from 4.44.6 to 4.52.5
This commit is contained in:
@@ -303,7 +303,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update backend image tag in preprod manifest
|
- name: Update backend image tag in preprod manifest
|
||||||
if: steps.pat-check.outputs.available == 'true'
|
if: steps.pat-check.outputs.available == 'true'
|
||||||
uses: mikefarah/yq@v4.44.6
|
uses: mikefarah/yq@v4.52.5
|
||||||
env:
|
env:
|
||||||
IMAGE: ${{ steps.tag.outputs.backend_image }}
|
IMAGE: ${{ steps.tag.outputs.backend_image }}
|
||||||
with:
|
with:
|
||||||
@@ -313,7 +313,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Update frontend image tag in preprod manifest
|
- name: Update frontend image tag in preprod manifest
|
||||||
if: steps.pat-check.outputs.available == 'true'
|
if: steps.pat-check.outputs.available == 'true'
|
||||||
uses: mikefarah/yq@v4.44.6
|
uses: mikefarah/yq@v4.52.5
|
||||||
env:
|
env:
|
||||||
IMAGE: ${{ steps.tag.outputs.frontend_image }}
|
IMAGE: ${{ steps.tag.outputs.frontend_image }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user