File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout code
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 with :
4545 ref : ${{ github.event.release.target_commitish }}
4646
5151 release-notes : ${{ github.event.release.body }}
5252
5353 - name : Commit updated CHANGELOG
54- uses : stefanzweifel/git-auto-commit-action@v4
54+ uses : stefanzweifel/git-auto-commit-action@v5
5555 with :
5656 branch : ${{ github.event.release.target_commitish }}
5757 commit_message : Update CHANGELOG
@@ -104,7 +104,7 @@ jobs:
104104
105105 steps:
106106 - name: Checkout code
107- uses: actions/checkout@v3
107+ uses: actions/checkout@v4
108108 with:
109109 # Fetch entire history of repository to ensure relase date can be
110110 # extracted from commit of the given tag.
@@ -137,7 +137,7 @@ jobs:
137137 # compare-url-target-revision: ${{ github.event.release.target_commitish }}
138138
139139 - name : Commit updated CHANGELOG
140- uses : stefanzweifel/git-auto-commit-action@v4
140+ uses : stefanzweifel/git-auto-commit-action@v5
141141 with :
142142 # Push updated CHANGELOG to release target branch.
143143 branch : ${{ github.event.release.target_commitish }}
You can’t perform that action at this time.
0 commit comments