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" }, ],