From 1424330bb5b6a579972e08bbb094e493643c8ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Sat, 16 May 2020 00:34:28 +0200 Subject: [PATCH] Bump h5bp/server-configs-test to 3.1.1 --- .github/workflows/server.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index a7dbbb9..c9e13fe 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - name: Test with server-configs-test - uses: h5bp/server-configs-test@3.0.0 + uses: h5bp/server-configs-test@3.1.1 with: command: test server: nginx @@ -21,7 +21,7 @@ jobs: tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;precompressed-files-gzip;rewrites;ssl - name: Benchmark - uses: h5bp/server-configs-test@3.0.0 + uses: h5bp/server-configs-test@3.1.1 with: command: benchmark server: nginx