diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 6c671b3..ca8171c 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@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4 if: ${{ github.ref == 'refs/heads/root' && env.VERSION != env.PREVIOUS_COMMIT_VERSION }} with: token: ${{ secrets.GITHUB_TOKEN }}