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