diff --git a/.github/workflows/auto-tag-enhanced.yml b/.github/workflows/auto-tag-enhanced.yml index db244ff..6c95b4c 100644 --- a/.github/workflows/auto-tag-enhanced.yml +++ b/.github/workflows/auto-tag-enhanced.yml @@ -325,7 +325,7 @@ jobs: - name: 📦 Create GitHub Release id: create-release if: steps.check-tag.outputs.exists == 'false' - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 with: tag_name: ${{ steps.project-version.outputs.tag-name }} name: 🚀 Release ${{ steps.project-version.outputs.tag-name }} diff --git a/.github/workflows/release-workflows.yml b/.github/workflows/release-workflows.yml index df0dc01..b449c3a 100644 --- a/.github/workflows/release-workflows.yml +++ b/.github/workflows/release-workflows.yml @@ -364,7 +364,7 @@ jobs: - name: 📦 Create GitHub Release id: create-release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 with: tag_name: v${{ needs.detect-changes.outputs.next-version }} name: v${{ needs.detect-changes.outputs.next-version }}