We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8a30f commit f8ee351Copy full SHA for f8ee351
.github/workflows/review-checks.yml
@@ -93,9 +93,8 @@ jobs:
93
yum install https://repo.ius.io/ius-release-el7.rpm epel-release -y
94
yum install git236-core -y
95
96
- # Do not upgrade to @v4 as node 20 is incompatible with CentOS 7
97
- name: Checkout
98
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
99
100
# Remove custom git from the IUS repository - git will be reinstalled later as it is needed by beaker itself.
101
- name: Remove git236 and YUM repositories
@@ -210,7 +209,7 @@ jobs:
210
209
211
# Do not upgrade to @v4 as node 20 is incompatible with CentOS 7
212
213
214
215
- name: Add Beaker Server YUM repository
216
if: matrix.os-target.name == 'centos:7'
0 commit comments