From 31c60d4a2bb82b3f2520c8cfff611ea9cd9442bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Mar 2024 12:50:22 +0000 Subject: [PATCH] Bump h5bp/server-configs-test from 7.0.0 to 7.1.1 Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 7.0.0 to 7.1.1. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](https://github.com/h5bp/server-configs-test/compare/7.0.0...7.1.1) --- updated-dependencies: - dependency-name: h5bp/server-configs-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/htaccess.yml | 4 ++-- .github/workflows/server.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/htaccess.yml b/.github/workflows/htaccess.yml index 96718312..58d17f29 100644 --- a/.github/workflows/htaccess.yml +++ b/.github/workflows/htaccess.yml @@ -20,7 +20,7 @@ jobs: run: ./bin/build.sh test/conf/.htaccess test/build/htaccess_fixture.conf - 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: httpd @@ -29,7 +29,7 @@ jobs: tests: basic-file-access:cache-busting:custom-errors:forbidden-files:enforce-gzip:precompressed-files-gzip:concatenation - name: Benchmark - uses: h5bp/server-configs-test@7.0.0 + uses: h5bp/server-configs-test@7.1.1 with: command: benchmark server: httpd diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index d8da5ca8..caa42700 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -31,7 +31,7 @@ jobs: "httpd.conf" - 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: httpd @@ -41,7 +41,7 @@ jobs: tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;enforce-gzip;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: httpd