From 6b9998433b76c75ff15d4e7c3331695fbba0c52f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:04:10 +0000 Subject: [PATCH] build(deps): bump younited/get-previous-tag-action from 1.0.0 to 1.1.0 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] --- .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