Skip to content

Commit 91715ee

Browse files
chore(deps): bump mikefarah/yq from 4.45.4 to 4.46.1
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.45.4 to 4.46.1. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.45.4...v4.46.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a9be4fc commit 91715ee

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)