From 1f00e15944b078719c24e33c2a5980d372eba709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 13:46:48 +0000 Subject: [PATCH] Bump dcarbone/install-yq-action from 1.3.0 to 1.3.1 Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: dcarbone/install-yq-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build_container.yml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/security_scanning.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index 9758965..11db7e4 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.3.0 + uses: dcarbone/install-yq-action@v1.3.1 - id: set-matrix run: echo "matrix=$(yq -o json build_versions.yaml | jq -c)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fdb8b8c..dd8a91a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.3.0 + uses: dcarbone/install-yq-action@v1.3.1 - id: set-matrix run: echo "matrix=$(yq -o json build_versions.yaml | jq -c)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/security_scanning.yml b/.github/workflows/security_scanning.yml index 3bf0d51..296671a 100644 --- a/.github/workflows/security_scanning.yml +++ b/.github/workflows/security_scanning.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: 'Setup yq' - uses: dcarbone/install-yq-action@v1.3.0 + uses: dcarbone/install-yq-action@v1.3.1 - id: set-matrix run: echo "matrix=$(yq -o json build_versions.yaml | jq -c)" >> $GITHUB_OUTPUT