diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index c9dc8a9..f1f5a85 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@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2.6.1 if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} with: token: "${{ secrets.GH_PUBLISH_TOKEN }}"