]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
actions: Use newer checkout action for some 4727/head 4728/head
authorJeff Lucovsky <jeff@lucovsky.org>
Mon, 23 Mar 2020 17:57:32 +0000 (13:57 -0400)
committerJeff Lucovsky <jeff@lucovsky.org>
Tue, 24 Mar 2020 21:41:26 +0000 (17:41 -0400)
Per-@jason, use action `checkout@v2` for CentOS-8, Debian 10 and Ubuntu
18.04

.github/workflows/builds.yml

index 7dac3fcf0db45b289e162756b0d597c9bbb563ce..6f2f524c7bd02dd4696025056647a2915c7d2c65 100644 (file)
@@ -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