diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index be98da5..caccce4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -76,7 +76,7 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@v4 - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4 - name: Deploy to Vercel @@ -101,7 +101,7 @@ jobs: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@v4 - name: Deploy to Vercel run: | vercel deploy --confirm --token $VERCEL_TOKEN --prod