summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2024-08-02 16:44:05 -0400
committerPeter Jones <pjones@redhat.com>2024-12-13 16:04:20 -0500
commitb5d359a1811eaed631f0cf5b97b55ab0154c88b9 (patch)
tree631b10da12928ce5f474e322739ad51b16a874a7
parent3d1dcd4b28f66581cd26ce30006e118ac37664d1 (diff)
downloadefi-boot-shim-b5d359a1811eaed631f0cf5b97b55ab0154c88b9.tar.gz
efi-boot-shim-b5d359a1811eaed631f0cf5b97b55ab0154c88b9.zip
CI: use checkout@v4
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--.github/workflows/pullrequest.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml
index 7a807384..4c27c127 100644
--- a/.github/workflows/pullrequest.yml
+++ b/.github/workflows/pullrequest.yml
@@ -76,7 +76,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
ref: ${{ github.event.pull_request.head.sha }}
@@ -154,7 +154,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
# otherwise we are testing target branch instead of the PR branch (see pull_request_target trigger)
ref: ${{ github.event.pull_request.head.sha }}