Skip to content

Commit 448600c

Browse files
⬆️ Bump softprops/action-gh-release in the dependencies group
Bumps the dependencies group with 1 update: [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `softprops/action-gh-release` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39a10d2 commit 448600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_version_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
} >> "$GITHUB_OUTPUT"
8989
9090
- name: Create Release
91-
uses: softprops/action-gh-release@v2.2.0
91+
uses: softprops/action-gh-release@v2.2.1
9292
with:
9393
tag_name: v${{ steps.update_version.outputs.new_version }}
9494
name: mkdocs-macros-utils-v${{ steps.update_version.outputs.new_version }}

0 commit comments

Comments
 (0)