diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index db0b66b..ce61496 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -10,7 +10,7 @@ jobs: Deploy-Preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Vercel CLI run: npm install --global vercel@canary - name: Pull Vercel Environment Information diff --git a/.github/workflows/production.yaml b/.github/workflows/production.yaml index 727b98b..aef62e8 100644 --- a/.github/workflows/production.yaml +++ b/.github/workflows/production.yaml @@ -10,7 +10,7 @@ jobs: Deploy-Production: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install Vercel CLI run: npm install --global vercel@latest - name: Pull Vercel Environment Information