Skip to content

Commit

Permalink
build(github): updated more actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 4, 2024
1 parent fdb6399 commit 4dc06ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tag: ${{ github.ref_name }}

- name: Create Release
uses: ncipollo/release-action@v1.12.0
uses: ncipollo/release-action@v1.13.0
with:
allowUpdates: true
draft: false
Expand All @@ -43,7 +43,7 @@ jobs:
token: ${{ github.token }}

- name: Commit CHANGELOG.md
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: main
commit_message: 'docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sfxcode/formkit-primevue",
"version": "1.6.10",
"version": "1.6.11",
"type": "module",
"license": "MIT",
"repository": "https://github.com/sfxcode/formkit-primevue",
Expand Down

0 comments on commit 4dc06ac

Please sign in to comment.