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

This commit is contained in:
Renovate 2024-08-25 16:17:08 +00:00
parent 543c8f6ae9
commit f22565b1f3

@ -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