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