Skip to content

Commit e4a255f

Browse files
Bump SpectoLabs/hoverfly from 1.10.13 to 1.11.0 (#105)
* Bump SpectoLabs/hoverfly from 1.10.13 to 1.11.0 Bumps [SpectoLabs/hoverfly](https://github.com/spectolabs/hoverfly) from 1.10.13 to 1.11.0. - [Release notes](https://github.com/spectolabs/hoverfly/releases) - [Commits](SpectoLabs/hoverfly@v1.10.13...v1.11.0) --- updated-dependencies: - dependency-name: SpectoLabs/hoverfly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump Hoverfly version everywhere needed --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: John Boyes <[email protected]>
1 parent f6647f8 commit e4a255f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/dependabot_hack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
# update the version manually in these places, too:
1717
# - the default version in `action.yml`
18-
# - the example version in the README
18+
# - the example versions in the README (3 places)
1919
# - the latest version in the 'test.yml'
20-
- uses: SpectoLabs/hoverfly@v1.10.13
20+
- uses: SpectoLabs/hoverfly@v1.11.0
2121

2222
# update the version in `check_semver_labels.yml` manually, too
2323
# (eventually Dependabot will do this automatically and I won't need this hack)

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runner_github_workspace_path: ${{ github.workspace }}
3333
- name: Assert latest version installed
3434
env:
35-
HOVERFLY_VERSION: "v1.10.13"
35+
HOVERFLY_VERSION: "v1.11.0"
3636
run: |
3737
hoverfly -version ${{ env.ASSERT_VERSION }}
3838
hoverctl version ${{ env.ASSERT_VERSION }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Hoverfly
3232
uses: SpectoLabs/hoverfly-github-action@main
3333
with:
34-
version: v1.10.13
34+
version: v1.11.0
3535
runner_github_workspace_path: ${{ github.workspace }}
3636
```
3737
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install Hoverfly
5656
uses: SpectoLabs/hoverfly-github-action@main
5757
with:
58-
version: v1.10.13
58+
version: v1.11.0
5959
runner_github_workspace_path: ${{ github.workspace }}
6060
- name: Run Tests
6161
run: <command-to-run-your-tests>
@@ -78,7 +78,7 @@ Example:
7878
- name: Install Hoverfly
7979
uses: SpectoLabs/hoverfly-github-action@main
8080
with:
81-
version: v1.10.13
81+
version: v1.11.0
8282
runner_github_workspace_path: ${{ github.workspace }}
8383
```
8484

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
Can be any released Hoverfly version:
1212
https://github.com/SpectoLabs/hoverfly/releases
1313
Defaults to the latest version.
14-
default: 'v1.10.13'
14+
default: 'v1.11.0'
1515
required: false
1616
runner_github_workspace_path:
1717
description: >

0 commit comments

Comments
 (0)