From 22f49780c6c02669055f97d3377a137e95573f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 17:09:34 +0000 Subject: [PATCH] chore(deps): Bump hongaar/moker from 1 to 2 Bumps [hongaar/moker](https://github.com/hongaar/moker) from 1 to 2. - [Release notes](https://github.com/hongaar/moker/releases) - [Changelog](https://github.com/hongaar/moker/blob/main/CHANGELOG.md) - [Commits](https://github.com/hongaar/moker/compare/v1...v2) --- updated-dependencies: - dependency-name: hongaar/moker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reload-moker-plugins.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reload-moker-plugins.yml b/.github/workflows/reload-moker-plugins.yml index 37e93071..d9bb4103 100644 --- a/.github/workflows/reload-moker-plugins.yml +++ b/.github/workflows/reload-moker-plugins.yml @@ -11,7 +11,7 @@ jobs: github.actor == 'dependabot[bot]' || github.event_name == 'workflow_dispatch' steps: - uses: actions/checkout@v4 - - uses: hongaar/moker@v1 + - uses: hongaar/moker@v2 - uses: peter-evans/create-pull-request@v5 with: title: "chore: reload moker plugins"