diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 4ad01849..5a5e3930 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - name: Test with server-configs-test - uses: h5bp/server-configs-test@7.0.0 + uses: h5bp/server-configs-test@7.1.1 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@7.0.0 + uses: h5bp/server-configs-test@7.1.1 with: command: benchmark server: nginx