diff --git a/.github/workflows/merge-to-main.yml b/.github/workflows/merge-to-main.yml index 21a8144f..e8afabeb 100644 --- a/.github/workflows/merge-to-main.yml +++ b/.github/workflows/merge-to-main.yml @@ -17,10 +17,10 @@ jobs: image: mcr.microsoft.com/playwright:v1.44.0-jammy steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Node.js 20 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 20