Skip to content

Commit 108c0d3

Browse files
committed
Update actions/checkout version to avoid deprecation warnings on GH workflow
1 parent 8700fa9 commit 108c0d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
sudo apt-get update -y -qq
2828
sudo apt-get install -y libfuzzy-dev libyajl-dev libgeoip-dev liblua5.2-dev liblmdb-dev libmaxminddb-dev libcurl4-openssl-dev libpcre2-dev pcre2-utils
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v4
3030
with:
3131
submodules: true
3232
- name: build.sh
@@ -58,7 +58,7 @@ jobs:
5858
- name: Setup Dependencies
5959
run: |
6060
brew install autoconf automake cppcheck lmdb libyaml lua ssdeep libmaxminddb bison
61-
- uses: actions/checkout@v2
61+
- uses: actions/checkout@v4
6262
with:
6363
submodules: true
6464
- name: build.sh

0 commit comments

Comments
 (0)