chore(deps): update actions/checkout action to v4 #2

Closed
Renovate wants to merge 1 commits from renovate/actions-checkout-4.x into main

@ -12,7 +12,7 @@ runs:
using: "composite" using: "composite"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Node.js - name: Setup Node.js