From 88af6cce31a307e674b8335b3c76a73697d7fa34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jun 2021 23:00:52 +0000 Subject: [PATCH] Bump h5bp/server-configs-test from 5.0.0 to 5.0.1 Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](https://github.com/h5bp/server-configs-test/compare/5.0.0...5.0.1) --- updated-dependencies: - dependency-name: h5bp/server-configs-test dependency-type: direct:production update-type: version-update:semver-patch ... 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 546fc49..58b87f2 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2.3.4 - name: Test with server-configs-test - uses: h5bp/server-configs-test@5.0.0 + uses: h5bp/server-configs-test@5.0.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@5.0.0 + uses: h5bp/server-configs-test@5.0.1 with: command: benchmark server: nginx