diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e191c3..d3c238f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -62,10 +62,10 @@ jobs: - name: Bump version id: version - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.2 - name: Create GitHub tag and release - uses: softprops/action-gh-release@v2.5.0 + uses: softprops/action-gh-release@v2.6.1 with: tag_name: ${{ steps.version.outputs.version_tag }} generate_release_notes: true