diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index febbe81..47aff37 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -12,7 +12,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@latest - name: Pull Vercel Environment Information diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index 334ebf9..b0f6520 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -12,7 +12,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