From d1701a82916a092d3457bb4bcc96e81eaf0558dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:55:46 -0400 Subject: [PATCH] Bump dcarbone/install-yq-action from 1.0.1 to 1.1.1 (#84) Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.0.1 to 1.1.1. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.0.1...v1.1.1) --- updated-dependencies: - dependency-name: dcarbone/install-yq-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/quarkus-snapshot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quarkus-snapshot.yaml b/.github/workflows/quarkus-snapshot.yaml index 718d8fb..241ff42 100644 --- a/.github/workflows/quarkus-snapshot.yaml +++ b/.github/workflows/quarkus-snapshot.yaml @@ -35,7 +35,7 @@ jobs: steps: - name: Install yq - uses: dcarbone/install-yq-action@v1.0.1 + uses: dcarbone/install-yq-action@v1.1.1 - name: Set up Java uses: actions/setup-java@v4