From 31d4c3d7c1ce44564ba6787775e8bb1d98d44a59 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 6 Mar 2024 11:53:10 -0500 Subject: [PATCH] CI: update to checkout@v3 Signed-off-by: Peter Jones --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47d90942..c434451e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ }, "container": "vathpela/efi-ci:${{ matrix.container }}-x64", "steps": [ - { "uses": "actions/checkout@v2" }, + { "uses": "actions/checkout@v3" }, { "run": "make all test" }, { "run": "make abicheck" }, ],