From 4b773f09675784f3547b15b37ba3af809e059566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 14 Jun 2021 00:39:51 +0200 Subject: [PATCH] Bump server-configs-test --- .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 4b7916d..08ec675 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Test with server-configs-test - uses: h5bp/server-configs-test@3.3.1 + uses: h5bp/server-configs-test@4.0.2 with: command: test server: nginx @@ -32,7 +32,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.3.1 + uses: h5bp/server-configs-test@4.0.2 with: command: benchmark server: nginx