diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index b87da9a5..47e9e5cd 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -25,7 +25,7 @@ jobs: uses: grafana/setup-k6-action@v1 - name: Test with server-configs-test - uses: h5bp/server-configs-test@8.1.1 + uses: h5bp/server-configs-test@8.2.3 with: command: test server: nginx @@ -35,7 +35,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@8.1.1 + uses: h5bp/server-configs-test@8.2.3 with: command: benchmark server: nginx