From 3de9b187449ccaf857ae42ac38b68d803c8109a2 Mon Sep 17 00:00:00 2001 From: gounthar Date: Wed, 27 Nov 2024 14:58:42 +0100 Subject: [PATCH] chore(ga): Bumps the updatecli action to benefit from the temurin source. --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 8e605d43..e218a3b8 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install Updatecli in the runner - uses: updatecli/updatecli-action@v2.70.0 + uses: updatecli/updatecli-action@v2.71.0 - name: Run Updatecli in Dry Run mode run: updatecli diff --config ./updatecli/updatecli.d --values ./updatecli/values.github-action.yaml --values ./updatecli/values.temurin.yaml