ci(github-action)!: Update actions/checkout action to v5 #108

Closed
renovate-bot wants to merge 1 commit from renovate/actions-checkout-5.x into main
2 changed files with 2 additions and 2 deletions

View file

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

View file

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