Skip to content

Commit 4f1a50a

Browse files
committed
ci - use github actions checkout@v4 instead of v2
1 parent ab33bf7 commit 4f1a50a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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.

.github/workflows/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

0 commit comments

Comments
 (0)