Skip to content

Commit

Permalink
Bump h5bp/server-configs-test from 5.2.0 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 5.2.0 to 6.0.0.
- [Release notes](https://github.com/h5bp/server-configs-test/releases)
- [Commits](h5bp/server-configs-test@5.2.0...6.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed May 9, 2022
1 parent 66e8c70 commit c1bff4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/htaccess.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@5.2.0
uses: h5bp/server-configs-test@6.0.0
with:
command: test
server: httpd
Expand All @@ -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@5.2.0
uses: h5bp/server-configs-test@6.0.0
with:
command: benchmark
server: httpd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
"httpd.conf"
- name: Test with server-configs-test
uses: h5bp/server-configs-test@5.2.0
uses: h5bp/server-configs-test@6.0.0
with:
command: test
server: httpd
Expand All @@ -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@5.2.0
uses: h5bp/server-configs-test@6.0.0
with:
command: benchmark
server: httpd
Expand Down

0 comments on commit c1bff4c

Please sign in to comment.