From 9f57dc84d99dcebbeb768996b16f7e23c96f6cac Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Mon, 23 Mar 2020 13:57:32 -0400 Subject: [PATCH] actions: Use newer checkout action for some Per-@jason, use action `checkout@v2` for CentOS-8, Debian 10 and Ubuntu 18.04 --- .github/workflows/builds.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2