diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index f6ee963..248f614 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -42,7 +42,7 @@ jobs: - name: Create release if: steps.daily-version.outputs.created - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0 + uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2.5.3 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.daily-version.outputs.version }}