Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_hack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# update the version manually in these places, too:
# - the default version in `action.yml`
# - the example version in the README
# - the latest version in the 'tests.yml'
- uses: SpectoLabs/hoverfly@v1.3.6
# - the latest version in the 'test.yml'
- uses: SpectoLabs/hoverfly@v1.10.13

# update the version in `check_semver_labels.yml` manually, too
# (eventually Dependabot will do this automatically and I won't need this hack)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runner_github_workspace_path: ${{ github.workspace }}
- name: Assert latest version installed
env:
HOVERFLY_VERSION: "v1.3.6"
HOVERFLY_VERSION: "v1.10.13"
run: |
hoverfly -version ${{ env.ASSERT_VERSION }}
hoverctl version ${{ env.ASSERT_VERSION }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Hoverfly
uses: SpectoLabs/hoverfly-github-action@main
with:
version: v1.10.12
version: v1.10.13
runner_github_workspace_path: ${{ github.workspace }}
```

Expand All @@ -55,7 +55,7 @@ jobs:
- name: Install Hoverfly
uses: SpectoLabs/hoverfly-github-action@main
with:
version: v1.10.12
version: v1.10.13
runner_github_workspace_path: ${{ github.workspace }}
- name: Run Tests
run: <command-to-run-your-tests>
Expand All @@ -78,7 +78,7 @@ Example:
- name: Install Hoverfly
uses: SpectoLabs/hoverfly-github-action@main
with:
version: v1.3.6
version: v1.10.13
runner_github_workspace_path: ${{ github.workspace }}
```

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
Can be any released Hoverfly version:
https://github.com/SpectoLabs/hoverfly/releases
Defaults to the latest version.
default: 'v1.3.6'
default: 'v1.10.13'
required: false
runner_github_workspace_path:
description: >
Expand Down
Loading