File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 # - the default version in `action.yml`
1818 # - the example version in the README
1919 # - the latest version in the 'tests.yml'
20- - uses : SpectoLabs/hoverfly@v1.3.0
20+ - uses : SpectoLabs/hoverfly@v1.3.6
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)
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v2.3.2
2525 - name : yamllint
26- uses : reviewdog/action-yamllint@v1.1.0
26+ uses : reviewdog/action-yamllint@v1.6.1
2727 with :
2828 github_token : ${{ secrets.github_token }}
2929 reporter : github-check
3434 steps :
3535 - uses : actions/checkout@v2.3.2
3636 - name : shellcheck
37- uses : reviewdog/action-shellcheck@v1.4 .0
37+ uses : reviewdog/action-shellcheck@v1.15 .0
3838 with :
3939 github_token : ${{ secrets.github_token }}
4040 reporter : github-check
Original file line number Diff line number Diff line change 2626 runner_github_workspace_path : ${{ github.workspace }}
2727 - name : Assert latest version installed
2828 env :
29- HOVERFLY_VERSION : " v1.3.0 "
29+ HOVERFLY_VERSION : " v1.3.6 "
3030 run : |
3131 hoverfly -version ${{ env.ASSERT_VERSION }}
3232 hoverctl version ${{ env.ASSERT_VERSION }}
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Example:
7777 - name: Install Hoverfly
7878 uses: agilepathway/hoverfly-github-action@main
7979 with:
80- version: v1.3.0
80+ version: v1.3.6
8181 runner_github_workspace_path: ${{ github.workspace }}
8282```
8383
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.3.0 '
14+ default : ' v1.3.6 '
1515 required : false
1616 runner_github_workspace_path :
1717 description : >
You can’t perform that action at this time.
0 commit comments