File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8181 yum -y install python3-docutils || yum -y install python-docutils
8282
8383 # Checkout repository --------------------------------------------------------------------
84- - uses : actions/checkout@v2
84+ - uses : actions/checkout@v4
8585
8686 # Build libfds library ------------------------------------------------------------------
8787 # Note: Master against master branch. Otherwise against debug branch.
Original file line number Diff line number Diff line change 4646 DEBIAN_FRONTEND : noninteractive
4747
4848 # Checkout repository --------------------------------------------------------------------
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v4
5050
5151 # Fix repository permissions
5252 - name : Fix repository permissions
@@ -199,7 +199,7 @@ jobs:
199199 yum -y install rpmdevtools
200200
201201 # Checkout repository --------------------------------------------------------------------
202- - uses : actions/checkout@v2
202+ - uses : actions/checkout@v4
203203
204204 # Fix repository permissions
205205 - name : Fix repository permissions
You can’t perform that action at this time.
0 commit comments