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 81
81
yum -y install python3-docutils || yum -y install python-docutils
82
82
83
83
# Checkout repository --------------------------------------------------------------------
84
- - uses : actions/checkout@v2
84
+ - uses : actions/checkout@v4
85
85
86
86
# Build libfds library ------------------------------------------------------------------
87
87
# Note: Master against master branch. Otherwise against debug branch.
Original file line number Diff line number Diff line change 46
46
DEBIAN_FRONTEND : noninteractive
47
47
48
48
# Checkout repository --------------------------------------------------------------------
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v4
50
50
51
51
# Fix repository permissions
52
52
- name : Fix repository permissions
@@ -199,7 +199,7 @@ jobs:
199
199
yum -y install rpmdevtools
200
200
201
201
# Checkout repository --------------------------------------------------------------------
202
- - uses : actions/checkout@v2
202
+ - uses : actions/checkout@v4
203
203
204
204
# Fix repository permissions
205
205
- name : Fix repository permissions
You can’t perform that action at this time.
0 commit comments