From 694965882861719bff2d852335f51d8b47a482e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:33:59 +0000 Subject: [PATCH] chore(deps): bump staffbase/autodev-action from 2.1.0 to 2.2 Bumps [staffbase/autodev-action](https://github.com/staffbase/autodev-action) from 2.1.0 to 2.2. - [Release notes](https://github.com/staffbase/autodev-action/releases) - [Commits](https://github.com/staffbase/autodev-action/compare/v2.1.0...v2.2) --- updated-dependencies: - dependency-name: staffbase/autodev-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/template_autodev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_autodev.yml b/.github/workflows/template_autodev.yml index 451af7a..f1236ff 100644 --- a/.github/workflows/template_autodev.yml +++ b/.github/workflows/template_autodev.yml @@ -81,7 +81,7 @@ jobs: fetch-tags: false - name: Autodev - uses: staffbase/autodev-action@v2.1.0 + uses: staffbase/autodev-action@v2.2 with: base: ${{ inputs.base }} branch: ${{ inputs.branch }}