diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index 9eec2e1..716a8fe 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -17,7 +17,7 @@ jobs: # - the default version in `action.yml` # - the example versions in the README (3 places) # - the latest version in the 'test.yml' - - uses: SpectoLabs/hoverfly@v1.11.2 + - uses: SpectoLabs/hoverfly@v1.11.3 # update the version in `check_semver_labels.yml` manually, too # (eventually Dependabot will do this automatically and I won't need this hack) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b811f25..c7ee2ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: runner_github_workspace_path: ${{ github.workspace }} - name: Assert latest version installed env: - HOVERFLY_VERSION: "v1.11.2" + HOVERFLY_VERSION: "v1.11.3" run: | hoverfly -version ${{ env.ASSERT_VERSION }} hoverctl version ${{ env.ASSERT_VERSION }} diff --git a/README.md b/README.md index 2315e36..db05995 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.11.2 + version: v1.11.3 runner_github_workspace_path: ${{ github.workspace }} ``` @@ -55,7 +55,7 @@ jobs: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.11.2 + version: v1.11.3 runner_github_workspace_path: ${{ github.workspace }} - name: Run Tests run: @@ -78,7 +78,7 @@ Example: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.11.2 + version: v1.11.3 runner_github_workspace_path: ${{ github.workspace }} ``` diff --git a/action.yml b/action.yml index 1ec326d..30c8c05 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: Can be any released Hoverfly version: https://github.com/SpectoLabs/hoverfly/releases Defaults to the latest version. - default: 'v1.11.2' + default: 'v1.11.3' required: false runner_github_workspace_path: description: >