Merge pull request #10383 from Icinga/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 1 to 4
This commit is contained in:
Yonas Habteab 2025-05-16 14:23:25 +02:00 committed by GitHub
commit 98ed1b59ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

View File

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

View File

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

View File

@ -29,7 +29,9 @@ jobs:
steps: steps:
- name: Checkout HEAD - name: Checkout HEAD
uses: actions/checkout@v1 uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build tools - name: Build tools
run: | run: |