diff --git a/.github/workflows/auto-tag-enhanced.yml b/.github/workflows/auto-tag-enhanced.yml index db244ff..f32f0a8 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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 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..d7587b7 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@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 with: tag_name: v${{ needs.detect-changes.outputs.next-version }} name: v${{ needs.detect-changes.outputs.next-version }}