diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index d0e8ff4..86e8500 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -15,9 +15,9 @@ jobs: # update the version manually in these places, too: # - the default version in `action.yml` - # - the example version in the README + # - the example versions in the README (3 places) # - the latest version in the 'test.yml' - - uses: SpectoLabs/hoverfly@v1.10.13 + - uses: SpectoLabs/hoverfly@v1.11.0 # 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 f081835..220604b 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.10.13" + HOVERFLY_VERSION: "v1.11.0" run: | hoverfly -version ${{ env.ASSERT_VERSION }} hoverctl version ${{ env.ASSERT_VERSION }} diff --git a/README.md b/README.md index 6e1b685..039b3f3 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ jobs: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.10.13 + version: v1.11.0 runner_github_workspace_path: ${{ github.workspace }} ``` @@ -55,7 +55,7 @@ jobs: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.10.13 + version: v1.11.0 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.10.13 + version: v1.11.0 runner_github_workspace_path: ${{ github.workspace }} ``` diff --git a/action.yml b/action.yml index d0fd5a7..1f335e4 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.10.13' + default: 'v1.11.0' required: false runner_github_workspace_path: description: >