[PATCH] ci: Update to actions/checkout@v3

3 views
Skip to first unread message

Jan Kiszka

unread,
Feb 1, 2023, 2:08:16 AM2/1/23
to efibootguard-dev
From: Jan Kiszka <jan.k...@siemens.com>

Silences some NodeJS 12 action deprecation warnings.

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

diff --git a/.github/workflows/coverity.yaml b/.github/workflows/coverity.yaml
index 0879f70..00c92e2 100644
--- a/.github/workflows/coverity.yaml
+++ b/.github/workflows/coverity.yaml
@@ -1,7 +1,7 @@
#
# EFI Boot Guard
#
-# Copyright (c) Siemens AG, 2021-2022
+# Copyright (c) Siemens AG, 2021-2023
#
# Authors:
# Claudius Heine <c...@denx.de>
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
submodules: recursive

diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml
index 990e859..3a9e322 100644
--- a/.github/workflows/main.yaml
+++ b/.github/workflows/main.yaml
@@ -34,7 +34,7 @@ jobs:
- cppcheck
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
submodules: recursive

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