diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index a476cf6..4f37a78 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.0 + - uses: SpectoLabs/hoverfly@v1.11.1 # 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 5307d05..6886fd4 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.0" + HOVERFLY_VERSION: "v1.11.1" run: | hoverfly -version ${{ env.ASSERT_VERSION }} hoverctl version ${{ env.ASSERT_VERSION }} diff --git a/README.md b/README.md index 039b3f3..438b345 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.0 + version: v1.11.1 runner_github_workspace_path: ${{ github.workspace }} ``` @@ -55,7 +55,7 @@ jobs: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.11.0 + version: v1.11.1 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.0 + version: v1.11.1 runner_github_workspace_path: ${{ github.workspace }} ``` diff --git a/action.yml b/action.yml index 1f335e4..ae43f9d 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.0' + default: 'v1.11.1' required: false runner_github_workspace_path: description: >