From ec35b4d54a92a6d785e28d37934e39333ab5bcf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 01:53:32 +0000 Subject: [PATCH] Bump dcarbone/install-yq-action from 1.1.1 to 1.3.0 Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.1.1 to 1.3.0. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.1.1...v1.3.0) --- updated-dependencies: - dependency-name: dcarbone/install-yq-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/example-linux.yaml | 2 +- .github/workflows/example-macos.yaml | 2 +- .github/workflows/example-windows.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example-linux.yaml b/.github/workflows/example-linux.yaml index 9c17ab6..f3767a6 100644 --- a/.github/workflows/example-linux.yaml +++ b/.github/workflows/example-linux.yaml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.1.1 + uses: dcarbone/install-yq-action@v1.3.0 with: version: '${{ inputs.version }}' download-compressed: '${{ inputs.download-compressed }}' diff --git a/.github/workflows/example-macos.yaml b/.github/workflows/example-macos.yaml index bc99df5..83f076b 100644 --- a/.github/workflows/example-macos.yaml +++ b/.github/workflows/example-macos.yaml @@ -24,7 +24,7 @@ jobs: runs-on: macos-latest steps: - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.1.1 + uses: dcarbone/install-yq-action@v1.3.0 with: version: '${{ inputs.version }}' download-compressed: '${{ inputs.download-compressed }}' diff --git a/.github/workflows/example-windows.yaml b/.github/workflows/example-windows.yaml index b66250c..3af6010 100644 --- a/.github/workflows/example-windows.yaml +++ b/.github/workflows/example-windows.yaml @@ -24,7 +24,7 @@ jobs: runs-on: windows-latest steps: - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.1.1 + uses: dcarbone/install-yq-action@v1.3.0 with: version: '${{ inputs.version }}' download-compressed: '${{ inputs.download-compressed }}'