From 19396f7d430ed69798914e4fcebce50a6182bfc7 Mon Sep 17 00:00:00 2001 From: Dhenain Ambroise Date: Tue, 11 Apr 2023 16:15:22 +0200 Subject: [PATCH] Use same version of UnlyEd/github-action-deploy-on-vercel for production --- .github/workflows/deploy-vercel-production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-vercel-production.yml b/.github/workflows/deploy-vercel-production.yml index c523bec7..04173d13 100644 --- a/.github/workflows/deploy-vercel-production.yml +++ b/.github/workflows/deploy-vercel-production.yml @@ -119,7 +119,7 @@ jobs: no_override: true # Disables auto marking previous environments as "inactive", as they're still active (Vercel deployments don't auto-deactivate) and it would remove the previous deployment links needlessly - name: Deploying on Vercel (${{ env.STAGE }}) - uses: UnlyEd/github-action-deploy-on-vercel@3e71d3e26fd56941fc24a6429fdd257598df2017 # Pin "v1.0.0" - See https://github.com/UnlyEd/github-action-deploy-on-vercel/commit/3e71d3e26fd56941fc24a6429fdd257598df2017 + uses: UnlyEd/github-action-deploy-on-vercel@94d41ec1ff9b5b1de5256312e385632b6fcd8fa4 # Pin "v1.2.1" - See https://github.com/UnlyEd/github-action-deploy-on-vercel/commit/94d41ec1ff9b5b1de5256312e385632b6fcd8fa4 with: command: "yarn deploy:ci:gha:production --token ${{ secrets.VERCEL_TOKEN }}" env: