Skip to content

Commit daa81fc

Browse files
build(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] <support@github.com>
1 parent 513f4f6 commit daa81fc

12 files changed

+12
-12
lines changed

.github/workflows/ci-check-ns-api-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Get version from cargo.toml
19-
uses: mikefarah/yq@v4.45.4
19+
uses: mikefarah/yq@v4.46.1
2020
id: get_version
2121
with:
2222
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

.github/workflows/ci-check-nym-stats-api-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v4
1717

1818
- name: Get version from cargo.toml
19-
uses: mikefarah/yq@v4.45.4
19+
uses: mikefarah/yq@v4.46.1
2020
id: get_version
2121
with:
2222
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

.github/workflows/push-credential-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/nym-credential-proxy/Cargo.toml

.github/workflows/push-data-observatory.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

.github/workflows/push-network-monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/nym-network-monitor/Cargo.toml

.github/workflows/push-node-status-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config --global user.name "Lawrence Stalder"
3232
3333
- name: Get version from cargo.toml
34-
uses: mikefarah/yq@v4.45.4
34+
uses: mikefarah/yq@v4.46.1
3535
id: get_version
3636
with:
3737
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

.github/workflows/push-node-status-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

.github/workflows/push-nym-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/nym-api/Cargo.toml

.github/workflows/push-nym-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

.github/workflows/push-nym-statistics-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
git config --global user.name "Lawrence Stalder"
2727
2828
- name: Get version from cargo.toml
29-
uses: mikefarah/yq@v4.45.4
29+
uses: mikefarah/yq@v4.46.1
3030
id: get_version
3131
with:
3232
cmd: yq -oy '.package.version' ${{ env.WORKING_DIRECTORY }}/Cargo.toml

0 commit comments

Comments
 (0)