Skip to content

Commit ae91874

Browse files
committed
Update to actions/checkout v4
1 parent 0960ba7 commit ae91874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gating.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Dependencies
1515
run: dnf install -y ruby rubygem-bundler ruby-devel libffi libffi-devel @"Development Tools" gcc-c++
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Install Ruby Dependencies
1919
run: bundle install -j2
2020
- name: Build

0 commit comments

Comments
 (0)