From 751f8b515359297ba1ee4b83cbaa3c9b3fd9c9ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 13 Apr 2020 14:42:59 +0200 Subject: [PATCH] Use sct latest release --- .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 ba3bb10..c35f616 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - name: Test with server-configs-test - uses: h5bp/server-configs-test@feat/gha-v2 + uses: h5bp/server-configs-test@3.0.0 with: command: test server: nginx @@ -19,7 +19,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@feat/gha-v2 + uses: h5bp/server-configs-test@3.0.0 with: command: benchmark server: nginx