Skip to content

Commit

Permalink
Bump h5bp/server-configs-test from 7.0.0 to 7.1.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 7.0.0 to 7.1.0.
- [Release notes](https://github.com/h5bp/server-configs-test/releases)
- [Commits](h5bp/server-configs-test@7.0.0...7.1.0)

---
updated-dependencies:
- dependency-name: h5bp/server-configs-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent 60059af commit 6086a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4

- name: Test with server-configs-test
uses: h5bp/server-configs-test@7.0.0
uses: h5bp/server-configs-test@7.1.0
with:
command: test
server: nginx
Expand All @@ -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@7.0.0
uses: h5bp/server-configs-test@7.1.0
with:
command: benchmark
server: nginx
Expand Down

0 comments on commit 6086a7a

Please sign in to comment.