From f667635953ef25bd3f8150d0693304ed7d8e3a79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 May 2024 19:49:48 +0000 Subject: [PATCH] chore(deps): bump boywithkeyboard/publisher from 2 to 3 Bumps [boywithkeyboard/publisher](https://github.com/boywithkeyboard/publisher) from 2 to 3. - [Release notes](https://github.com/boywithkeyboard/publisher/releases) - [Changelog](https://github.com/boywithkeyboard/publisher/blob/main/changelog.md) - [Commits](https://github.com/boywithkeyboard/publisher/compare/v2...v3) --- updated-dependencies: - dependency-name: boywithkeyboard/publisher dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 95675d3..d7bf244 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v4 - name: Publish update - uses: boywithkeyboard/publisher@v2 + uses: boywithkeyboard/publisher@v3 with: kind: ${{github.event.inputs.kind}} mention_contributors: true