From: Ilya Shipitsin Date: Sun, 25 Oct 2020 14:36:02 +0000 (+0500) Subject: CI: github actions: update h2spec to 2.6.0 X-Git-Tag: v2.3-dev9~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787c63c8161a2d678197b0e659ce1417446812fa;p=thirdparty%2Fhaproxy.git CI: github actions: update h2spec to 2.6.0 --- diff --git a/.github/workflows/h2spec.yml b/.github/workflows/h2spec.yml index 5735aa98c3..cd4d246703 100644 --- a/.github/workflows/h2spec.yml +++ b/.github/workflows/h2spec.yml @@ -20,7 +20,7 @@ jobs: ./haproxy -f .github/h2spec.config -D - name: download h2spec run: | - wget https://github.com/summerwind/h2spec/releases/download/v2.4.0/h2spec_linux_amd64.tar.gz + wget https://github.com/summerwind/h2spec/releases/download/v2.6.0/h2spec_linux_amd64.tar.gz tar xvf h2spec_linux_amd64.tar.gz - name: run h2spec run: |