diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3007b0f..85cbf52 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -13,7 +13,7 @@ jobs: deploy-preview: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install dependencies run: npm install