ci(github-action)!: Update https://github.com/actions/checkout action to v6 (renovate) #154

Merged
pawel.derehajlo merged 1 commit from renovate/https-github.com-actions-checkout-6.x into main 2025-11-25 08:37:43 +00:00
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: https://github.com/actions/checkout@v5 uses: https://github.com/actions/checkout@v6
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

View file

@ -17,7 +17,7 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: https://github.com/actions/checkout@v5 uses: https://github.com/actions/checkout@v6
- name: Retrieve project metadata - name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main uses: https://github.com/radcortez/project-metadata-action@main

View file

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: Checkout the code - name: Checkout the code
uses: https://github.com/actions/checkout@v5 uses: https://github.com/actions/checkout@v6
- name: Retrieve project metadata - name: Retrieve project metadata
uses: https://github.com/radcortez/project-metadata-action@main uses: https://github.com/radcortez/project-metadata-action@main