Merge pull request #10534 from Icinga/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
Alexander Aleksandrovič Klimov 2025-08-12 19:51:32 +02:00 committed by GitHub
commit 26c526b3dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- name: Checkout HEAD
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0

View File

@ -67,7 +67,7 @@ jobs:
steps:
- name: Checkout HEAD
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Restore/backup ccache
uses: actions/cache@v4

View File

@ -29,7 +29,7 @@ jobs:
steps:
- name: Checkout HEAD
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0