Skip to content

Commit f8ee351

Browse files
committed
ci: migrate to latest checkout
Signed-off-by: Martin Styk <[email protected]>
1 parent ba8a30f commit f8ee351

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/review-checks.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,8 @@ jobs:
9393
yum install https://repo.ius.io/ius-release-el7.rpm epel-release -y
9494
yum install git236-core -y
9595
96-
# Do not upgrade to @v4 as node 20 is incompatible with CentOS 7
9796
- name: Checkout
98-
uses: actions/checkout@v3
97+
uses: actions/checkout@v4
9998

10099
# Remove custom git from the IUS repository - git will be reinstalled later as it is needed by beaker itself.
101100
- name: Remove git236 and YUM repositories
@@ -210,7 +209,7 @@ jobs:
210209
211210
# Do not upgrade to @v4 as node 20 is incompatible with CentOS 7
212211
- name: Checkout
213-
uses: actions/checkout@v3
212+
uses: actions/checkout@v4
214213

215214
- name: Add Beaker Server YUM repository
216215
if: matrix.os-target.name == 'centos:7'

0 commit comments

Comments
 (0)