Skip to content

Commit b8c8a5d

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] <support@github.com>
1 parent 57d7539 commit b8c8a5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/server.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Test with server-configs-test
25-
uses: h5bp/server-configs-test@8.0.0
25+
uses: h5bp/server-configs-test@8.1.1
2626
with:
2727
command: test
2828
server: nginx
@@ -32,7 +32,7 @@ jobs:
3232
tests: basic-file-access;caching;cache-busting;custom-errors;forbidden-files;precompressed-files-gzip;rewrites;ssl
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: nginx

0 commit comments

Comments
 (0)