File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
# update the version manually in these places, too:
17
17
# - the default version in `action.yml`
18
18
# - the example version in the README
19
- # - the latest version in the 'tests .yml'
20
- - uses : SpectoLabs/hoverfly@v1.3.6
19
+ # - the latest version in the 'test .yml'
20
+ - uses : SpectoLabs/hoverfly@v1.10.13
21
21
22
22
# update the version in `check_semver_labels.yml` manually, too
23
23
# (eventually Dependabot will do this automatically and I won't need this hack)
Original file line number Diff line number Diff line change 32
32
runner_github_workspace_path : ${{ github.workspace }}
33
33
- name : Assert latest version installed
34
34
env :
35
- HOVERFLY_VERSION : " v1.3.6 "
35
+ HOVERFLY_VERSION : " v1.10.13 "
36
36
run : |
37
37
hoverfly -version ${{ env.ASSERT_VERSION }}
38
38
hoverctl version ${{ env.ASSERT_VERSION }}
Original file line number Diff line number Diff line change 31
31
- name : Install Hoverfly
32
32
uses : SpectoLabs/hoverfly-github-action@main
33
33
with :
34
- version : v1.10.12
34
+ version : v1.10.13
35
35
runner_github_workspace_path : ${{ github.workspace }}
36
36
` ` `
37
37
55
55
- name : Install Hoverfly
56
56
uses : SpectoLabs/hoverfly-github-action@main
57
57
with :
58
- version : v1.10.12
58
+ version : v1.10.13
59
59
runner_github_workspace_path : ${{ github.workspace }}
60
60
- name : Run Tests
61
61
run : <command-to-run-your-tests>
@@ -78,7 +78,7 @@ Example:
78
78
- name: Install Hoverfly
79
79
uses: SpectoLabs/hoverfly-github-action@main
80
80
with:
81
- version: v1.3.6
81
+ version: v1.10.13
82
82
runner_github_workspace_path: ${{ github.workspace }}
83
83
` ` `
84
84
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ inputs:
11
11
Can be any released Hoverfly version:
12
12
https://github.com/SpectoLabs/hoverfly/releases
13
13
Defaults to the latest version.
14
- default : ' v1.3.6 '
14
+ default : ' v1.10.13 '
15
15
required : false
16
16
runner_github_workspace_path :
17
17
description : >
You can’t perform that action at this time.
0 commit comments