Skip to content

Commit dfa6fcd

Browse files
Bump h5bp/server-configs-test from 8.0.0 to 8.1.1
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]>
1 parent 1e0044f commit dfa6fcd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/htaccess.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: grafana/setup-k6-action@v1
2424

2525
- name: Test with server-configs-test
26-
uses: h5bp/server-configs-test@8.0.0
26+
uses: h5bp/server-configs-test@8.1.1
2727
with:
2828
command: test
2929
server: httpd
@@ -32,7 +32,7 @@ jobs:
3232
tests: basic-file-access:cache-busting:custom-errors:forbidden-files:enforce-gzip:precompressed-files-gzip:concatenation
3333

3434
- name: Benchmark
35-
uses: h5bp/server-configs-test@8.0.0
35+
uses: h5bp/server-configs-test@8.1.1
3636
with:
3737
command: benchmark
3838
server: httpd

.github/workflows/server.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: grafana/setup-k6-action@v1
3535

3636
- name: Test with server-configs-test
37-
uses: h5bp/server-configs-test@8.0.0
37+
uses: h5bp/server-configs-test@8.1.1
3838
with:
3939
command: test
4040
server: httpd
@@ -44,7 +44,7 @@ jobs:
4444
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;enforce-gzip;precompressed-files-gzip;rewrites;ssl
4545

4646
- name: Benchmark
47-
uses: h5bp/server-configs-test@8.0.0
47+
uses: h5bp/server-configs-test@8.1.1
4848
with:
4949
command: benchmark
5050
server: httpd

0 commit comments

Comments
 (0)