From: Jeff Lucovsky Date: Mon, 23 Mar 2020 17:57:32 +0000 (-0400) Subject: actions: Use newer checkout action for some X-Git-Tag: suricata-5.0.3~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f57dc84d99dcebbeb768996b16f7e23c96f6cac;p=thirdparty%2Fsuricata.git actions: Use newer checkout action for some Per-@jason, use action `checkout@v2` for CentOS-8, Debian 10 and Ubuntu 18.04 --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 7dac3fcf0d..6f2f524c7b 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -70,7 +70,7 @@ jobs: texlive-upquote \ texlive-capt-of \ texlive-needspace \ - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Bundling libhtp run: git clone https://github.com/OISF/libhtp -b 0.5.x - name: Bundling suricata-update @@ -306,7 +306,7 @@ jobs: run: | add-apt-repository -y ppa:npalix/coccinelle apt -y install coccinelle - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - run: git clone https://github.com/OISF/libhtp -b 0.5.x - run: ./autogen.sh - run: ./configure --enable-unittests --enable-coccinelle @@ -429,7 +429,7 @@ jobs: sudo \ zlib1g \ zlib1g-dev - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Bundling libhtp run: git clone https://github.com/OISF/libhtp -b 0.5.x - name: Bundling suricata-update