From 71206098e89ac0f9b6d10cab7ccf97e5654432a3 Mon Sep 17 00:00:00 2001 From: Eduardo Arias Date: Wed, 15 May 2024 06:54:13 -0700 Subject: [PATCH] Update actions/checkout version to avoid deprecation warnings on GH workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5918fab9d7..c82ecfc650 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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