diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 6c671b3..7a54c00 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -121,7 +121,7 @@ jobs: name: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip path: jjversion-ghao-docs-and-licenses-${{ env.VERSION }}.zip - 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.GITHUB_TOKEN }}