diff --git a/.github/workflows/dependabot_hack.yml b/.github/workflows/dependabot_hack.yml index b2a3e03..a98ea3c 100644 --- a/.github/workflows/dependabot_hack.yml +++ b/.github/workflows/dependabot_hack.yml @@ -16,8 +16,8 @@ jobs: # update the version manually in these places, too: # - the default version in `action.yml` # - the example version in the README - # - the latest version in the 'tests.yml' - - uses: SpectoLabs/hoverfly@v1.3.6 + # - the latest version in the 'test.yml' + - uses: SpectoLabs/hoverfly@v1.10.13 # 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 b78a088..f081835 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.3.6" + HOVERFLY_VERSION: "v1.10.13" run: | hoverfly -version ${{ env.ASSERT_VERSION }} hoverctl version ${{ env.ASSERT_VERSION }} diff --git a/README.md b/README.md index 432fc5f..6e1b685 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.12 + version: v1.10.13 runner_github_workspace_path: ${{ github.workspace }} ``` @@ -55,7 +55,7 @@ jobs: - name: Install Hoverfly uses: SpectoLabs/hoverfly-github-action@main with: - version: v1.10.12 + version: v1.10.13 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.3.6 + version: v1.10.13 runner_github_workspace_path: ${{ github.workspace }} ``` diff --git a/action.yml b/action.yml index bd94ce9..d0fd5a7 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.3.6' + default: 'v1.10.13' required: false runner_github_workspace_path: description: >