From: Jason Ish Date: Fri, 3 Apr 2020 17:34:43 +0000 (-0600) Subject: github-ci: use github action checkout@v2 for build test X-Git-Tag: suricata-6.0.4~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd1beba0f39ec7836261896ed43fc3ba37f58c7;p=thirdparty%2Fsuricata-verify.git github-ci: use github action checkout@v2 for build test --- diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 39e90e991..807d70476 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -67,7 +67,7 @@ jobs: zlib1g-dev - run: cargo install --force --debug cbindgen - run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - run: python3 ./run.py --self-test - run: git clone https://github.com/OISF/suricata -b ${{ matrix.branch }} - run: git clone https://github.com/OISF/libhtp suricata/libhtp