diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 67f9f389..05f4bea4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 @@ -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]' diff --git a/package.json b/package.json index b101fd7e..2bbdd620 100644 --- a/package.json +++ b/package.json @@ -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",