Skip to content

Commit

Permalink
Bump h5bp/server-configs-test from 8.0.0 to 8.1.1
Browse files Browse the repository at this point in the history
Bumps [h5bp/server-configs-test](https://github.com/h5bp/server-configs-test) from 8.0.0 to 8.1.1.
- [Release notes](https://github.com/h5bp/server-configs-test/releases)
- [Commits](h5bp/server-configs-test@8.0.0...8.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 1e0044f commit dfa6fcd
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 @@ -23,7 +23,7 @@ jobs:
uses: grafana/setup-k6-action@v1

- name: Test with server-configs-test
uses: h5bp/server-configs-test@8.0.0
uses: h5bp/server-configs-test@8.1.1
with:
command: test
server: httpd
Expand All @@ -32,7 +32,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@8.0.0
uses: h5bp/server-configs-test@8.1.1
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 @@ -34,7 +34,7 @@ jobs:
uses: grafana/setup-k6-action@v1

- name: Test with server-configs-test
uses: h5bp/server-configs-test@8.0.0
uses: h5bp/server-configs-test@8.1.1
with:
command: test
server: httpd
Expand All @@ -44,7 +44,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@8.0.0
uses: h5bp/server-configs-test@8.1.1
with:
command: benchmark
server: httpd
Expand Down

0 comments on commit dfa6fcd

Please sign in to comment.