diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index b9ef7dd..db7efcc 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -40,7 +40,7 @@ jobs: - name: Create release if: steps.daily-version.outputs.created - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.daily-version.outputs.version }}