Merge pull request 'Update actions/checkout action to v5' (#60) from renovate/actions-checkout-5.x into develop
All checks were successful
ci / deploy (push) Successful in 4m33s

Reviewed-on: #60
This commit is contained in:
Stephan Hadan 2025-10-24 11:08:23 +02:00
commit d65af80e85
2 changed files with 2 additions and 2 deletions

View file

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

View file

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