From 0482b3da1fd0a938398afa6a435389bf15319dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 08:51:12 +0000 Subject: [PATCH] Bump h5bp/server-configs-test from 7.1.1 to 8.0.0 Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 7.1.1 to 8.0.0. - [Release notes](https://github.com/h5bp/server-configs-test/releases) - [Commits](https://github.com/h5bp/server-configs-test/compare/7.1.1...8.0.0) --- updated-dependencies: - dependency-name: h5bp/server-configs-test dependency-type: direct:production update-type: version-update:semver-major ... 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 58d17f29..ffb02b56 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.1.1 + uses: h5bp/server-configs-test@8.0.0 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.1.1 + uses: h5bp/server-configs-test@8.0.0 with: command: benchmark server: httpd diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index caa42700..85a3fdc4 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.1.1 + uses: h5bp/server-configs-test@8.0.0 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.1.1 + uses: h5bp/server-configs-test@8.0.0 with: command: benchmark server: httpd