File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 runner_github_workspace_path : ${{ github.workspace }}
3333 - name : Assert latest version installed
3434 env :
35- HOVERFLY_VERSION : " v1.11.0 "
35+ HOVERFLY_VERSION : " v1.11.1 "
3636 run : |
3737 hoverfly -version ${{ env.ASSERT_VERSION }}
3838 hoverctl version ${{ env.ASSERT_VERSION }}
Original file line number Diff line number Diff line change 3131 - name : Install Hoverfly
3232 uses : SpectoLabs/hoverfly-github-action@main
3333 with :
34- version : v1.11.0
34+ version : v1.11.1
3535 runner_github_workspace_path : ${{ github.workspace }}
3636` ` `
3737
5555 - name : Install Hoverfly
5656 uses : SpectoLabs/hoverfly-github-action@main
5757 with :
58- version : v1.11.0
58+ version : v1.11.1
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.11.0
81+ version: v1.11.1
8282 runner_github_workspace_path: ${{ github.workspace }}
8383` ` `
8484
Original file line number Diff line number Diff 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.11.0 '
14+ default : ' v1.11.1 '
1515 required : false
1616 runner_github_workspace_path :
1717 description : >
You can’t perform that action at this time.
0 commit comments