Skip to content

Commit ccc4fb2

Browse files
authored
Merge pull request #197 from t3n/dependabot/github_actions/ncipollo/release-action-1.20.0
chore(deps): bump ncipollo/release-action from 1.16.0 to 1.20.0
2 parents 1ea3106 + 5236eba commit ccc4fb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/git-tag-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: release
6464
if: steps.tag_exists.outputs.exists == 'false'
65-
uses: ncipollo/release-action@v1.16.0
65+
uses: ncipollo/release-action@v1.20.0
6666
with:
6767
tag: ${{ steps.set_tag.outputs.new_tag }}
6868
name: ${{ steps.set_tag.outputs.new_tag }} - ${{ steps.fancy_name.outputs.release_name }}

0 commit comments

Comments
 (0)