Compare commits

..

No commits in common. "renovate/actions-checkout-6.x" and "develop" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Configure Git Credentials

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Configure Git Credentials