Update actions/checkout action to v7 #7

Open
Renovate-Bot wants to merge 1 commits from renovate/actions-checkout-7.x into master
Showing only changes of commit b174a7e43e - Show all commits
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Principal - name: Checkout Principal
uses: actions/checkout@v6 uses: actions/checkout@v7
with: with:
submodules: "recursive" submodules: "recursive"
fetch-depth: 0 fetch-depth: 0