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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-08-02 13:57:51 +08:00 committed by GitHub
parent dcac53fe65
commit 3241bd2da9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
# 创建更新日志. # 创建更新日志.
- name: 'Get Previous tag' - name: 'Get Previous tag'
id: previous-tag id: previous-tag
uses: younited/get-previous-tag-action@v1.0.0 uses: younited/get-previous-tag-action@v1.1.0
with: with:
match: "v*.*.*" match: "v*.*.*"
- name: Set up Python 3 - name: Set up Python 3