Skip to content

Commit 4dc06ac

Browse files
committed
build(github): updated more actions
1 parent fdb6399 commit 4dc06ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tag: ${{ github.ref_name }}
3434

3535
- name: Create Release
36-
uses: ncipollo/release-action@v1.12.0
36+
uses: ncipollo/release-action@v1.13.0
3737
with:
3838
allowUpdates: true
3939
draft: false
@@ -43,7 +43,7 @@ jobs:
4343
token: ${{ github.token }}
4444

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sfxcode/formkit-primevue",
3-
"version": "1.6.10",
3+
"version": "1.6.11",
44
"type": "module",
55
"license": "MIT",
66
"repository": "https://github.com/sfxcode/formkit-primevue",

0 commit comments

Comments
 (0)