Skip to content

Commit 24e96a9

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 83765ef + 676df15 commit 24e96a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Code
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

@@ -31,7 +31,7 @@ jobs:
3131
toTag: ${{ env.previousTag }}
3232

3333
- name: Create Release
34-
uses: ncipollo/release-action@v1.12.0
34+
uses: ncipollo/release-action@v1.14.0
3535
with:
3636
allowUpdates: true
3737
draft: false
@@ -41,7 +41,7 @@ jobs:
4141
token: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Commit CHANGELOG.md
44-
uses: stefanzweifel/git-auto-commit-action@v4
44+
uses: stefanzweifel/git-auto-commit-action@v5
4545
with:
4646
branch: main
4747
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'

0 commit comments

Comments
 (0)