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

Merged
jank merged 1 commit from renovate/actions-checkout-5.x into main 2025-08-14 05:11:00 +00:00

View file

@ -15,7 +15,7 @@ runs:
using: "composite"
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.ref }}