From 8ac3952dc68120c48e5026b5d973ad4575269fa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreia=20Oc=C4=83noaia?= Date: Wed, 5 Jun 2024 16:44:57 +0300 Subject: [PATCH] Use the latest genezio gha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreia Ocănoaia --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 530a8c6..106cb49 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: key: ${{ runner.os }}-node-binaries restore-keys: | ${{ runner.os }}-node-binaries - - uses: Genez-io/genezio-github-action@v1 + - uses: Genez-io/genezio-github-action@v2 if: steps.cache-node-binaries.outputs.cache-hit != 'true' - name: Check genezio version - this step is optional run: genezio --version