diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index c9dc8a9..f044cf1 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -354,7 +354,7 @@ jobs: if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} - name: Create GitHub release - uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2 + uses: softprops/action-gh-release@aec2ec56f94eb8180ceec724245f64ef008b89f5 # v2.4.0 if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} with: token: "${{ secrets.GH_PUBLISH_TOKEN }}"