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

Closed
Renovate wants to merge 1 commit from renovate/actions-checkout-4.x into main
Showing only changes of commit f22565b1f3 - Show all commits

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

Renovate 2024-08-25 16:17:08 +00:00

View file

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