From 3778c14b41c463e3235ec46eece511b5ec9f1e28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 11:52:54 -0800 Subject: [PATCH] Bump lucacome/draft-release from 1.0.2 to 1.0.3 (#634) Bumps [lucacome/draft-release](https://github.com/lucacome/draft-release) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/lucacome/draft-release/releases) - [Commits](https://github.com/lucacome/draft-release/compare/52f02d1a69b61568e54ab5cf86ce91503bac4066...a98777f0bae0a6815cc1df77ebe48ca70e7cb970) --- updated-dependencies: - dependency-name: lucacome/draft-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ab85fe0..4bfb36b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,7 @@ jobs: DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - name: Create/Update Draft - uses: lucacome/draft-release@52f02d1a69b61568e54ab5cf86ce91503bac4066 # v1.0.2 + uses: lucacome/draft-release@a98777f0bae0a6815cc1df77ebe48ca70e7cb970 # v1.0.3 with: minor-label: "enhancement" major-label: "change"