From 3241bd2da9fee2630b653369dc95ecbfb3b75ddd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:57:51 +0800 Subject: [PATCH] build(deps): bump younited/get-previous-tag-action from 1.0.0 to 1.1.0 (#60) Bumps [younited/get-previous-tag-action](https://github.com/younited/get-previous-tag-action) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/younited/get-previous-tag-action/releases) - [Commits](https://github.com/younited/get-previous-tag-action/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: younited/get-previous-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 20f1d97..46fce36 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -26,7 +26,7 @@ jobs: # 创建更新日志. - name: 'Get Previous tag' id: previous-tag - uses: younited/get-previous-tag-action@v1.0.0 + uses: younited/get-previous-tag-action@v1.1.0 with: match: "v*.*.*" - name: Set up Python 3