chore(deps): update actions/checkout action to v5 #11

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

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

Renovate Bot 2025-08-14 08:03:32 +00:00
Signed by: Renovate
GPG key ID: 449076797435FF67

View file

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