Merge pull request #10634 from Icinga/dependabot/github_actions/actions/checkout-6
Some checks are pending
Container Image / Container Image (push) Waiting to run
Linux / alpine:bash (push) Waiting to run
Linux / amazonlinux:2 (push) Waiting to run
Linux / amazonlinux:2023 (push) Waiting to run
Linux / debian:11 (linux/386) (push) Waiting to run
Linux / debian:11 (push) Waiting to run
Linux / debian:12 (linux/386) (push) Waiting to run
Linux / debian:12 (push) Waiting to run
Linux / debian:13 (push) Waiting to run
Linux / fedora:41 (push) Waiting to run
Linux / fedora:42 (push) Waiting to run
Linux / opensuse/leap:15.6 (push) Waiting to run
Linux / opensuse/leap:16.0 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.6 (push) Waiting to run
Linux / registry.suse.com/suse/sle15:15.7 (push) Waiting to run
Linux / rockylinux/rockylinux:10 (push) Waiting to run
Linux / rockylinux:8 (push) Waiting to run
Linux / rockylinux:9 (push) Waiting to run
Linux / ubuntu:22.04 (push) Waiting to run
Linux / ubuntu:24.04 (push) Waiting to run
Linux / ubuntu:25.04 (push) Waiting to run
Linux / ubuntu:25.10 (push) Waiting to run
Windows / Windows (push) Waiting to run

Bump actions/checkout from 5 to 6
This commit is contained in:
Yonas Habteab 2025-11-27 19:21:28 +01:00 committed by GitHub
commit 519da9cf75
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@v5
uses: actions/checkout@v6
with:
fetch-depth: 0

View file

@ -65,7 +65,7 @@ jobs:
steps:
- name: Checkout HEAD
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Turn on Problem Matcher
run: echo "::add-matcher::.github/problem-matchers/gcc.json"

View file

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