From 88c0a45fde08f012001d2e1c1f45b1b9cff483e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:59:27 +0000 Subject: [PATCH] Bump dcarbone/install-yq-action from 1.1.1 to 1.2.0 Bumps [dcarbone/install-yq-action](https://github.com/dcarbone/install-yq-action) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/dcarbone/install-yq-action/releases) - [Commits](https://github.com/dcarbone/install-yq-action/compare/v1.1.1...v1.2.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/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 b8ab1ee..c44ce1e 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.1.1 + uses: dcarbone/install-yq-action@v1.2.0 - name: Set up Java uses: actions/setup-java@v4