Skip to content

Commit 910a13d

Browse files
Merge pull request #27 from hmcts/dependabot/github_actions/mikefarah/yq-4.46.1
chore(deps): bump mikefarah/yq from 4.45.4 to 4.46.1
2 parents a8617c1 + 91715ee commit 910a13d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
API_NAME: ${{ github.event.repository.name }}
7272
API_VERSION: ${{ needs.Artefact-Version.outputs.draft_version }}
73-
uses: mikefarah/yq@v4.45.4
73+
uses: mikefarah/yq@v4.46.1
7474
with:
7575
cmd: |
7676
yq '

.github/workflows/ci-released.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
env:
4545
API_NAME: ${{ github.event.repository.name }}
4646
API_VERSION: ${{ needs.Artefact-Version.outputs.RELEASED_VERSION }}
47-
uses: mikefarah/yq@v4.45.4
47+
uses: mikefarah/yq@v4.46.1
4848
with:
4949
cmd: |
5050
yq '

.github/workflows/publish-released-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
API_NAME: ${{ github.event.repository.name }}
4545
API_VERSION: ${{ needs.API-Version.outputs.released_version }}
46-
uses: mikefarah/yq@v4.45.4
46+
uses: mikefarah/yq@v4.46.1
4747
with:
4848
cmd: |
4949
yq '

.github/workflows/push-draft-openapi-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
API_NAME: ${{ github.event.repository.name }}
6161
API_VERSION: ${{ needs.API-Version.outputs.draft_version }}
62-
uses: mikefarah/yq@v4.45.4
62+
uses: mikefarah/yq@v4.46.1
6363
with:
6464
cmd: |
6565
yq '

0 commit comments

Comments
 (0)