From 18f129051b7676b3be53da743f43febdb5f38c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 05:09:02 +0000 Subject: [PATCH] Bump h5bp/server-configs-test from 3.2.1 to 3.3.0 Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 3.2.1 to 3.3.0. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](https://github.com/h5bp/server-configs-test/compare/3.2.1...013812d56a2a95eb2d6f459bee5ed543a0a9577c) Signed-off-by: dependabot[bot] --- .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 cd15f57..6442d1a 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Test with server-configs-test - uses: h5bp/server-configs-test@3.2.1 + uses: h5bp/server-configs-test@3.3.0 with: command: test server: nginx @@ -21,7 +21,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.2.1 + uses: h5bp/server-configs-test@3.3.0 with: command: benchmark server: nginx