Skip to content

Commit

Permalink
Update actions/checkout version to avoid deprecation warnings on GH w…
Browse files Browse the repository at this point in the history
…orkflow
  • Loading branch information
eduar-hte committed May 17, 2024
1 parent 31da786 commit 7120609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo apt-get update -y -qq
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
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: build.sh
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Setup Dependencies
run: |
brew install autoconf automake cppcheck lmdb libyaml lua ssdeep libmaxminddb bison
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- name: build.sh
Expand Down

0 comments on commit 7120609

Please sign in to comment.