From ac94f9ec8832aba2c06ada2894c61993987063dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:37:17 +0000 Subject: [PATCH] Bump pixelfederation/gh-action-gh-release from 0.2.0 to 0.2.2 Bumps [pixelfederation/gh-action-gh-release](https://github.com/pixelfederation/gh-action-gh-release) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/pixelfederation/gh-action-gh-release/releases) - [Changelog](https://github.com/pixelfederation/gh-action-gh-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/pixelfederation/gh-action-gh-release/compare/0.2.0...0.2.2) --- updated-dependencies: - dependency-name: pixelfederation/gh-action-gh-release dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 81d5cb6c..7c371aaf 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -8,7 +8,7 @@ on: jobs: gh-release: - uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.2.0 + uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.2.2 with: # If enabled, respects commits between SemVer tag build num iterations instead of previous commited tag (eg: X.X.X-y_2 -> X.X.X-y_3) tag_num: false