From ea1be9a2bff3ccce2b0f4b099f9ae9ea90e059ae Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 14 Feb 2022 23:01:19 +0000
Subject: [PATCH] Bump h5bp/server-configs-test from 5.1.0 to 5.2.0

Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/h5bp/server-configs-test/releases)
- [Commits](https://github.com/h5bp/server-configs-test/compare/5.1.0...5.2.0)

---
updated-dependencies:
- dependency-name: h5bp/server-configs-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 .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 586d83f..a8fcd29 100644
--- a/.github/workflows/server.yml
+++ b/.github/workflows/server.yml
@@ -22,7 +22,7 @@ jobs:
       - uses: actions/checkout@v2.4.0
 
       - name: Test with server-configs-test
-        uses: h5bp/server-configs-test@5.1.0
+        uses: h5bp/server-configs-test@5.2.0
         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@5.1.0
+        uses: h5bp/server-configs-test@5.2.0
         with:
           command: benchmark
           server: nginx