From 9f836a903b761d6c967873a5944bbb4a8f3ec364 Mon Sep 17 00:00:00 2001 From: Jesse <1203804+motleydev@users.noreply.github.com> Date: Wed, 20 Jan 2021 15:09:06 +0100 Subject: [PATCH] Update README.md updated 1.3.1 to 1.3.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9f34fe..efdd860 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ jobs: uses: GavinRay97/hasura-ci-cd-action@v1.3 with: PATH_TO_HASURA_PROJECT_ROOT: ./hasura - HASURA_CLI_VERSION: v1.3.1-beta.1 + HASURA_CLI_VERSION: v1.3.3 HASURA_ENDPOINT: https://my-url.hasura.app HASURA_ADMIN_SECRET: ${{ secrets.HASURA_ADMIN_SECRET }} # If you want to disable either migrations or regression tests, make sure to remove them completely