Skip to content

Commit

Permalink
CI: update to checkout@v3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Mar 6, 2024
1 parent 952bf5e commit 31d4c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
],
Expand Down

0 comments on commit 31d4c3d

Please sign in to comment.