Skip to content

Commit fa624f4

Browse files
committed
ci - use github actions checkout@v4 instead of v2
1 parent 41658ac commit fa624f4

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
@@ -198,7 +198,7 @@ jobs:
198198
yum -y install rpmdevtools
199199
200200
# Checkout repository --------------------------------------------------------------------
201-
- uses: actions/checkout@v2
201+
- uses: actions/checkout@v4
202202

203203
# Fix repository permissions
204204
- name: Fix repository permissions

0 commit comments

Comments
 (0)