From 4f6f8d3bfc8f5492ecf4bffd66169d657e3a44ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:50:40 +0000 Subject: [PATCH] chore(deps): update celo-org/reusable-workflows action to v1.14.2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 045cc0488..f7342479c 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -23,7 +23,7 @@ jobs: # CeloCli standalone image celocli-standalone: - uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.14.1 + uses: celo-org/reusable-workflows/.github/workflows/container-cicd.yaml@v1.14.2 name: Build us-west1-docker.pkg.dev/devopsre/dev-images/celocli:${{ needs.split-version.outputs.CELOCLI_VERSION }} needs: ['split-version'] # if: |