From f2c134b5aea8c9a7adf805532d20238eefe7657f Mon Sep 17 00:00:00 2001 From: Willem Jan Glerum Date: Tue, 19 Nov 2024 10:21:45 +0100 Subject: [PATCH] Use moving tag for dcarbone/install-yq-action Leverage a moving tag for the action dcarbone/install-yq-action like we do for all other actions. --- .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 35aa379..da4709c 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.2.0 + uses: dcarbone/install-yq-action@v1 - name: Set up Java uses: actions/setup-java@v4