[PATCH] ci: Update checkout action

0 views
Skip to first unread message

Jan Kiszka

unread,
Mar 16, 2026, 5:01:09 AMMar 16
to EFI Boot Guard
From: Jan Kiszka <jan.k...@siemens.com>

Resolves warnings about outdated Node.js 20.

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
.github/workflows/coverity.yaml | 4 ++--
.github/workflows/main.yaml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml
index c23c181..28cb1f3 100644
--- a/.github/workflows/coverity.yaml
+++ b/.github/workflows/coverity.yaml
@@ -1,7 +1,7 @@
#
# EFI Boot Guard
#
-# Copyright (c) Siemens AG, 2021-2025
+# Copyright (c) Siemens AG, 2021-2026
#
# Authors:
# Claudius Heine <c...@denx.de>
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
submodules: recursive

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 4e55d10..6e192d7 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -1,7 +1,7 @@
#
# EFI Boot Guard
#
-# Copyright (c) Siemens AG, 2021-2025
+# Copyright (c) Siemens AG, 2021-2026
#
# Authors:
# Claudius Heine <c...@denx.de>
@@ -34,7 +34,7 @@ jobs:
- cppcheck
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
submodules: recursive

--
2.47.3
Reply all
Reply to author
Forward
0 new messages