Skip to content

Commit 1980dec

Browse files
Update ad-m/github-push-action action to v0.8.0
1 parent 92914b2 commit 1980dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: git switch -c release/${{ steps.gitversion.outputs.majorMinorPatch }}
3434
- name: Push new branch
3535
if: ${{ steps.gitversion.outputs.majorMinorPatch }}
36-
uses: ad-m/github-push-action@v0.6.0
36+
uses: ad-m/github-push-action@d91a481090679876dfc4178fef17f286781251df # v0.8.0
3737
with:
3838
branch: "release/${{ steps.gitversion.outputs.majorMinorPatch }}"
3939
github_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)